Date time string format sample #2871
Labels
Content:JS
issues related to JavaScript examples.
needs triage
Triage needed by staff and/or partners. Automatically applied when an issue is opened.
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: