Y
Hacker News
new
|
ask
|
show
|
jobs
by
btouellette
4061 days ago
It'll work with any Javascript Date object (passing a Date to the Date constructor just gets you a new object with the same value) or any other value that works in the Date constructor:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...