JSFiddle - React, Tailwind, and code Playground
by philfreo
HTML
<script src="https://raw.github.com/timrwood/moment/1.7.2/min/moment.min.js"></script>
JavaScript
document.write(moment('2012-10-24').toDate().getDay() + '<br>');
by philfreo
<script src="https://raw.github.com/timrwood/moment/1.7.2/min/moment.min.js"></script>
document.write(moment('2012-10-24').toDate().getDay() + '<br>');