Contains implementations of Date.parse and date.toISOString that match the ECMAScript 5 specification for parsing RFC 3339 dates. https://tools.ietf.org/html/rfc3339
ALKMaps.Date | Contains implementations of Date.parse and date.toISOString that match the ECMAScript 5 specification for parsing RFC 3339 dates. |
Functions | |
toISOString | Generates a string representing a date. |
parse | Generate a date object from a string. |
Generates a string representing a date. The format of the string follows the profile of ISO 8601 for date and time on the Internet
Generate a date object from a string.
parse: function( str )