Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.78 KB

File metadata and controls

59 lines (47 loc) · 1.78 KB

Function: IsNumericDate

Tests whether the given value is a numeric representation of a date

Method Signature

IsNumericDate(date=[any], locale=[string], timezone=[string])

Arguments

Argument Type Required Description Default
date any true Value to test for date-ness
locale string false Optional ISO locale string to use for parsing the date/time string.
timezone string false Optional timezone to use for parsing the date/time string.

Examples

Related