Skip to content

Instantly share code, notes, and snippets.

@spadarjauhien
Last active July 2, 2018 16:19
Show Gist options
  • Save spadarjauhien/e9366b6ab64667c2c5a11dbd8033dbf9 to your computer and use it in GitHub Desktop.
Save spadarjauhien/e9366b6ab64667c2c5a11dbd8033dbf9 to your computer and use it in GitHub Desktop.
const today = new Date(); // сегодняшняя дата - 30 июня 2018
today.getDate();
// 30 - все логично
today.getMonth();
// 5 - июнь... 🤯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment