JSFiddle - React, Tailwind, and code Playground

by mquickel

JavaScript

var date = new Date;

var month = date.getMonth();
console.log(month);