Parses a value into a Date object. The input is assumed to be in UTC.
The input to parse. Numbers are treated as UNIX timestamps.
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 UTC.
See ParseOptions.format.
The input to parse. Numbers are treated as UNIX timestamps.
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 UTC.
The options to use for parsing.
The input to parse. Numbers are treated as UNIX timestamps.
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.