JSFiddle - React, Tailwind, and code Playground

by Ray Toal

JavaScript

[
    "December 5, 2000",
    "5-DEC-2000",
    "2000-12-05",
    "2000-12-05T17:22:05Z",
    "2000-12-05 17:22:05Z",
    "December 5, 2000 09:20 PM"
].forEach(function (s) {console.log(Date.parse(s));});