what date strings are considered valid to pass to the javascript date object constructor to initialize a date object.
1 Answer
The string should be in a format recognized by the parse method (IETF-compliant RFC 2822 timestamps).
The string should be in a format recognized by the parse method (IETF-compliant RFC 2822 timestamps).