uIsDate

Returns 1 if the parameter can be interpreted as a date.

If the second parameter is omitted, the function tries to apply one these formats:
  • y-M-D H:N:S.s

  • y-M-D H:N:S

  • y-M-D

  • H:N:S

Note:

For details about the format string, see the uConvertDate function.

Syntax

number uIsDate(datestring [, format])

Parameters

Examples

Related reference
uConvertDate