Description Usage Arguments Details Value Examples
'isDate' will try to format an input date into a format recognizable by MySQL, i.e., YYYY-MM-DD.
1 | isDate(mydate)
|
mydate |
string to be formated. |
'isDate' will format the input as YYYY-MM-DD and will generate an error if the date cannot be formatted. The year should be specified as YYYY and must be >= 1900.
isDate() returns the date in the format of YYYY-MM-DD.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.