JSFiddle - React, Tailwind, and code Playground

by kougiland

HTML

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

JavaScript

alert(moment().toISOString()); //2014-03-27T18:49:08.409Z

alert(moment.unix(1970-01-01).format("MM/DD/YYYY"));//01/01/1970