Determines if a string value consist of a date#
Functionality:#
This function returns the date if the passed string is a valid date, or NULL if it is not (in the specified format)Parameters:#
STRING | The test value you want to test |
FORMAT | The format of the |
Returns: #
DateErrors: #
- None
Notes#
- This is normally used in programming logic to ensure that a variable contain a date value only, so as to prevent other errors from occurring