JSFiddle - React, Tailwind, and code Playground
by Sinh Nguyen
JavaScript
var now = new Date();
console.log('now', now.getDate(), now.getDay(), now.getMonth());
by Sinh Nguyen
var now = new Date();
console.log('now', now.getDate(), now.getDay(), now.getMonth());