Date Routines

include\std_dates_lib.asp

The following date processing utility routines are defined in this file:

  • GetMonthCodesList
    This function returns a list of numeric month codes.
  • GetMonthNamesList
    This function returns a list of month names.
  • GetYearsListItems
    This function creates and returns a SimpleList object of items. The first item contains the MessageManager object "L_SelectOne_Text" message; the next item contains the current year; the following four items contain the next four year values (for example, if the current year is 2002, then the four items would contain 2003 through 2006).
  • GetYearsListValues
    This function creates and returns a SimpleList object of items. The first item contains the integer "-1"; the next item contains the current year; the next four items contain the next four year values (for example, if the current year is 2002, then the four items would contain 2003 through 2006).

Copyright © 2005 Microsoft Corporation.
All rights reserved.