Validate Date

Check whether the date parameters (day, month, and year) stored in 3 individual variables together constitute a valid date.

To ensure the wizard can read your date parameters, see A NOTE ABOUT FORMATTING.

  1. Enter the names of the variables in which each of the individual date parameters is stored.

  2. Enter the name of the variable into which you'd like to place the result of the check:

    • The result will TRUE if the date is valid

    • The result will be FALSE if the date is not valid

  3. Instruct the wizard how to handle any errors encountered. Read more about error handling.