1

今天:[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


坂田银八
24 声望2 粉丝

前端底层打工仔