markdown 与momentjs的日期(今天)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 与momentjs的日期(今天)相关的知识,希望对你有一定的参考价值。

good practice for get today(start, end)
```js
{
  start:  moment(new Date()).startOf("day").toDate(),
  end:  moment(new Date()).endOf("day").toDate()
}
```

以上是关于markdown 与momentjs的日期(今天)的主要内容,如果未能解决你的问题,请参考以下文章

无法在momentjs中选择minDate

Moment JS - 检查日期是今天还是将来

如何修改momentjs日历以在用户指定的日期开始几周?

怎么使用momentjs验证时间

Momentjs:将 12 小时转换为日期对象

Momentjs在所有时区显示相同的日期