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: #
Date
Errors: #
Returns NULL if the value is not a date, or is not in the specified format
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
Click to create a new notes page
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation