Contains implementations of Date.parse and date.toISOString that match the ECMAScript 5 specification for parsing RFC 3339 dates. http://tools.ietf.org/html/rfc3339
OpenLayers.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. |