JSFiddle - React, Tailwind, and code Playground
by Frank Liu
JavaScript
const month = new Date().toLocaleString('default', { month: 'short' });
const year = new Date().getFullYear()
console.log(month)
console.log(year)
by Frank Liu
const month = new Date().toLocaleString('default', { month: 'short' });
const year = new Date().getFullYear()
console.log(month)
console.log(year)