Provides extensions to the base ECMAScript (JavaScript) Date object. Date Type Extensions
Formats a date by using the invariant (culture-independent) culture.
string
Formats a date by using the current culture. This function is static and can be invoked without creating an instance of the object.
string
Creates a date from a string by using the invariant culture. This function is static and can be invoked without creating an instance of the object.
A locale-specific string that represents a date.
string
If value is a valid string representation of a date in the invariant format, an object of type Date; otherwise, null.
string
string
Creates a date from a locale-specific string by using the current culture. This function is static and can be invoked without creating an instance of the object.
A locale-specific string that represents a date.
string
string
string