Skip to content

Instantly share code, notes, and snippets.

@daiki44
Created September 1, 2018 07:03
【Node.js】Date 型を簡単に操作できる date-utils を使ってみる ref: https://daiki-sekiguchi.com/2018/08/30/nodejs-date-utils/
// return 31
console.log(Date.getDaysInMonth(2018, 8 + 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment