The information in this article applies to:
SUMMARYThis article shows by example how to check the validity of a date that was entered into a character field instead of a date field. MORE INFORMATIONThe following function (DATEEVAL) shows how an entered character date can be verified to determine if it was entered in a valid date format that could be converted to an actual date by using the CTOD() function.
This function respects the settings for SET DATE and SET CENTURY. It also
assumes the default American (MM/DD/YY) format.
Here's how you would call the DATEEVAL function:
Additional query words: FoxWin FoxDos 2.50 2.50a 2.50b
|
|
Last Reviewed: August 20, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |