<script src="https://rawgithub.com/timrwood/moment/2.1.0/min/moment.min.js"></script>
<h2>How To Sort Date and Time in JavaScript utilizing Moment.Js</h2>
<div id="unsortedDates">
<h3>Unsorted Test Dates</h3>
</div>
<div id="sortedDateAsc">
<h3>Sorted Date Asc</h3>
</div>
<div id="sortedDateDesc">
<h3>Sorted Date Desc</h3>
</div>
<div id="sortedTime">
<h3>Sorted Time Asc</h3>
</div>
<div id="sortedTimeDesc">
<h3>Sorted Time Desc</h3>
</div>
<div id="sortedDateDescTimeAsc">
<h3>Sorted Date Desc Time Asc</h3>
</div>
<div id="sortedDateDescTimeAscRandom">
<h3>Sorted Randomly Generated Dates Desc Time Asc</h3>
</div>
<div id="sortedDateDescTimeAscDate">
<h3>Sorted Date Desc Time Asc Date Object</h3>
</div>