JSFiddle - React, Tailwind, and code Playground

by Scott Kaye

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>

JavaScript

alert("Date constructor:" + moment(new Date("1969-05-22T00:00:00")).format("MMM, D, YYYY"));
alert("Moment constructor:" + moment("1969-05-22T00:00:00").format("MMM, D, YYYY"));