Syntax | |
| |
The parse() method returns the time, represented in milliseconds between date argument string and midnight, January 1, 1970, GMT. | |
This method is associated with the "Date" object rather than a date instance. | |
The string date should use the format written by the Date toGMTString() method, which looks like the following: | |
| |
The method will also accept strings that lack all or portions of the time and time zone. | |
|