JSFiddle - React, Tailwind, and code Playground
by rahulr
HTML
<script src="https://raw.github.com/timrwood/moment/2.0.0/moment.js"></script>
<div>
</div>
JavaScript
$('div').html(moment(new Date(), 'MMMM Do YYYY, h:mm:ss a'));
by rahulr
<script src="https://raw.github.com/timrwood/moment/2.0.0/moment.js"></script>
<div>
</div>
$('div').html(moment(new Date(), 'MMMM Do YYYY, h:mm:ss a'));