true if the string formated dates/times represent the same date/time
Given a string that represents a date object with no timezone offset, adds the offset based on the client's current timezone, and returns it as a string
e.g. 2021-03-25, PDT timezone
the date with an added offset of the current time "2021-03-25T07:00:00.000Z"
Returns true if the date object contains a valid value
Given a date object, returns a corresponding ISO8601 representating the localtime without offset
a corresponding ISO8601 string representating the localtime without offset
Generated using TypeDoc
Compares two string formated dates/times