Date Type Extensions
Provides extensions to the base ECMAScript (JavaScript) Date object.
Namespace: None. This type extension is global and not part of a namespace.
Inherits: None
var a = new Date();
Member Extensions
Name |
Description |
---|---|
Formats a date by using the invariant (culture-independent) culture. |
|
Creates a date from a locale-specific string using the current culture. |
|
Creates a date from a locale-specific string using the current culture. |
|
Creates a date from a string using the invariant culture. |
Remarks
Date extensions are part of the Microsoft Ajax Library and add functionality to the JavaScript Date object.
For more information about the JavaScript object that this type extends and about its constructor, see JScript Date Object in the Language Reference