Skip to content

Instantly share code, notes, and snippets.

@gkucmierz
Last active August 8, 2017 23:30
Show Gist options
  • Select an option

  • Save gkucmierz/dee12dee16703bc17acf4715130e40d1 to your computer and use it in GitHub Desktop.

Select an option

Save gkucmierz/dee12dee16703bc17acf4715130e40d1 to your computer and use it in GitHub Desktop.
d=new Date
d.setMonth(8)
d.setDate(1)
d.setHours(0)
d.setMinutes(0)
d.setSeconds(0)
console.log(d, (+d*1e-3).toFixed())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment