Moment JS
Example of parsing and formatting a Date with Moment JS.
HTML
<script src="http://momentjs.com/downloads/moment.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script>
JavaScript
1
console.log('startOf', moment.unix(1548613800.0).format())
console.log('endOf', moment.unix(1548614700.0).format())