LSIsDate

Determines whether a string is avalid date/time string with either a specific locale or within the current system/application locale

Method Signature

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

Arguments

Argument
Type
Required
Description
Default

date

any

true

The date/time string to check.

locale

string

false

The locale to use for parsing the date/time string.

timezone

string

false

Optional timezone to use for parsing the date/time string.

Examples

Last updated

Was this helpful?