The parsed Date object, or Invalid Date
if the date
argument was not recognized as a valid date.
A string corresponding to the date
argument value, in the YYYY/MM/DD
format.
A string corresponding to the date
argument value, in the YYYY/MM/DD@HH:mm:ss
format.
A date string corresponding to the date
argument value, formatted according to the specified options
.
A date string corresponding to the date
argument value, formatted according to the specified options
.
true
if the date
argument is an instance of Date; false
otherwise.
A cropped Date object corresponding to the date
argument value, excluding its time information.
A string whose value is the localized name of the corresponding month
.
An offset Date object corresponding to the date
argument value plus the offset
value.
A string whose value corresponds to the amount of time between from
and to
,
or an empty string if either argument was undefined.
A string containing the time information of the date
argument, and formatted according to the specified options
.