The Wayback Machine - https://web.archive.org/web/20110922001108/http://www.codeguru.com:80/vb/gen/vb_misc/date/

    Date

    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.

    Discovering Visual Basic .NET: Using Functions and Arguments

    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.

    Calculating the Years Between Dates

    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.

    Figuring Out Quarters in .NET

    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.

    Calculating the Next Working Day in .NET

    Sometimes you don't just want to add a certain number of days to a date; you want to take working days into account.

    Leap Year Validation

    Check if a given year is a leap year - fully Y2K compliant. (Added: 2-May-1999)

    Julian Date Code

    Calculate dates from a Julian calendar. (Added: 2-May-1999)