JSFiddle - React, Tailwind, and code Playground

by knighteq

HTML

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

JavaScript

var start = moment(moment().unix() * 1000).startOf('day').unix() * 1000;

console.log(moment(moment().unix() * 1000).startOf('day').unix() * 1000);