Timeline for How do I get the current date in JavaScript?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Jul 8, 2016 at 15:22 | history | suggested | Michael | CC BY-SA 3.0 | add the "Run code snippet" functionality. |
| Jul 8, 2016 at 14:44 | review | Suggested edits | |||
| S Jul 8, 2016 at 15:22 | |||||
| Mar 2, 2015 at 21:42 | comment | added | hyde | You can save some bytes by doing this: Date().split(' ').splice(1,3).join(' ') | |
| Sep 18, 2013 at 6:16 | comment | added | panhandel | I needed a time in 00:00:00 and didn't want to rebuild it manually; step 2 gets me there perfectly. Kudos! | |
| S Sep 16, 2013 at 6:56 | history | suggested | Ramesh Yadav | CC BY-SA 3.0 | corrected code block format ... |
| Sep 16, 2013 at 6:54 | review | Suggested edits | |||
| S Sep 16, 2013 at 6:56 | |||||
| Jun 28, 2013 at 22:32 | history | answered | Rishabh | CC BY-SA 3.0 |