J
John B.
In a Word-based form requesting information, I have several Month/Year date
fields using the format 'm/yyyy'. If the user enters a date such as 5/98 for
May 1998, the field returns 5/1998 as expected. If a user enters a 2-digit
year above 1999, the field returns the current year; i.e. 4/04 returns
4/2009. How do I code the field so years later than 1999 are returned
correctly?
fields using the format 'm/yyyy'. If the user enters a date such as 5/98 for
May 1998, the field returns 5/1998 as expected. If a user enters a 2-digit
year above 1999, the field returns the current year; i.e. 4/04 returns
4/2009. How do I code the field so years later than 1999 are returned
correctly?