You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
Try it
What information was incorrect, unhelpful, or incomplete?
The sample includes an expression like Date.parse('01 Jan 1970 00:00:00 GMT'). The previous paragraph states that only the date time string format is specifically supported, but the sample doesn’t include such a string.
What did you expect to see?
At least one sample with the official format. For example:
// Date Time String Format:constdtsfStandard=Date.parse('1995-12-04T00:12:00Z');console.log(dtsfStandard)// Date Time String Format with spaces:constdtsfSpaces=Date.parse('1995 12 04 00:12:00Z');console.log(dtsfSpaces)// Other possible formats:…
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
I would be more than happy to fix this myself if it seems appropriate.
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse
What specific section or headline is this issue about?
Try it
What information was incorrect, unhelpful, or incomplete?
The sample includes an expression like
Date.parse('01 Jan 1970 00:00:00 GMT')
. The previous paragraph states that only the date time string format is specifically supported, but the sample doesn’t include such a string.What did you expect to see?
At least one sample with the official format. For example:
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
I would be more than happy to fix this myself if it seems appropriate.
MDN metadata
Page report details
en-us/web/javascript/reference/global_objects/date/parse
The text was updated successfully, but these errors were encountered: