JSFiddle - React, Tailwind, and code Playground

by Eric L

HTML

<script src="https://cdn.jsdelivr.net/momentjs/2.14.1/moment-with-locales.min.js"></script>

JavaScript

var blah2 = moment("2018-09-26T14:25:00.000+0000").format('MM/DD/YY h:mm:ss A');

alert("moment:" + blah2.toLocaleString() );