method DateConstructor.parse Private DateConstructor.parse(s: string): number Parses a string containing a date, and returns the number of milliseconds between that date and midnight, January 1, 1970. Parameters s: string A date string Return Type number