IsDate
Determine whether a given value is a date object or a date string.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| Value to test for date-ness | |
|
|
| Optional ISO locale string to use for parsing the date/time string. | |
|
|
| Optional timezone to use for parsing the date/time string. |
Examples
Related
Last updated