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. | 
| Properties | |
| dateRegEx | The regex to be used for validating 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 
parse: function( str ) 
Generate a date object from a string.   The format for the string follows the profile of ISO 8601 for date and time on the Internet Generated by Natural Docs
Generate a date object from a string.
parse: function( str )