Skip to content

Instantly share code, notes, and snippets.

@engelcituk
Created February 12, 2021 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save engelcituk/20d5ebbf1f7b12c0bcfdb9bf3bfa72f9 to your computer and use it in GitHub Desktop.
Save engelcituk/20d5ebbf1f7b12c0bcfdb9bf3bfa72f9 to your computer and use it in GitHub Desktop.
Fecha a segundos con js
const date = new Date("2015-08-25T15:35:58.000Z");
const seconds = date.getTime() / 1000; //1440516958
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment