Parses a value into a Date object. The input is assumed to be in local time.
The input to parse. Numbers are treated as UNIX timestamps (always UTC).
A Date object corresponding to the input, which might be an Invalid Date (i.e. getTime() will be NaN).
Parses a value into a Date object. The input is assumed to be in local time.
See ParseOptions.format.
The input to parse. Numbers are treated as UNIX timestamps (always UTC).
A Date object corresponding to the input, which might be an Invalid Date (i.e. getTime() will be NaN).
Parses a value into a Date object. The input is assumed to be in local time.
The options to use for parsing.
The input to parse. Numbers are treated as UNIX timestamps (always UTC).
A Date object corresponding to the input, which might be an Invalid Date (i.e. getTime() will be NaN).
Overload implementation.
Param: args
The arguments.