Accurately Storing a Visual Basic 6 Date in an XML DOM Document
Learn about one possible way to safely store a Visual Basic 6 Date-datatype in an XML Document.
Learn about one possible way to safely store a Visual Basic 6 Date-datatype in an XML Document.
A lot of functionality it already done for you. Learn how to use built-in functionality in Visual Basic .NET. with this installment of our Visual Basic .NET tutorials.
Business applications often find it useful to calculate the number of years between two particular dates, such as the date a customer first ordered and the present date, perhaps to see whether they apply for a "loyalty" discount or a free gift.
Calculating the opening and closing quarter dates for a particular date is a common task for programmers. So, to save you from figuring out how to write that code, here are some ready-to-run functions that do it all for you.
Sometimes you don't just want to add a certain number of days to a date; you want to take working days into account.
Check if a given year is a leap year - fully Y2K compliant. (Added: 2-May-1999)