JSFiddle - React, Tailwind, and code Playground

JavaScript

var startDate = new Date();
	alert((startDate .getMonth() + 1) + '/' + startDate .getDate() + '/' +  startDate .getFullYear());