今天:[moment(), moment()]
本周:[moment().startOf('week'), moment().endOf('week')]
上周:[moment().week(moment().week() - 1).startOf('week'), moment().week(moment().week() - 1).endOf('week')]
本月:[moment().startOf('month'), moment().endOf('month')]
上月:[moment().month(moment().month() - 1).startOf('month'), moment().month(moment().month() - 1).endOf('month')]
今年:[moment().startOf('year'), moment().endOf('year')]
去年:[moment().year(moment().year() - 1).startOf('year'), moment().year(moment().year() - 1).endOf('year')]
原文:https://blog.csdn.net/qq_42982453/article/details/91794675
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。