.setHours(0,0,0,0) with moment.js

后端 未结 1 447
野性不改
野性不改 2021-01-01 08:36

What is the easiest equivalent of date.setHours(0,0,0,0) when using moment.js?

Basically, if I need a new Date() moment with hours, minutes

相关标签:
1条回答
  • 2021-01-01 08:48

    Start of Time

    moment().startOf('day')
    
    0 讨论(0)
提交回复
热议问题