What is the easiest equivalent of date.setHours(0,0,0,0) when using moment.js?
date.setHours(0,0,0,0)
Basically, if I need a new Date() moment with hours, minutes
new Date()
Start of Time
moment().startOf('day')