Returns 1 if the parameter can be interpreted as a date.
y-M-D H:N:S.s
y-M-D H:N:S
y-M-D
H:N:S
For details about the format string, see the uConvertDate function.
number uIsDate(datestring [, format])
uIsDate("2004-02-29") // returns 1
uIsDate("2003-02-29") // returns 0, since 2003 was not a leap year