Day.js 中文文档

当前版本 v1.11

更多文档

分钟

获取或设置分钟。

接受从 0 到 59 的数字。如果超出范围,它将冒泡到小时。

dayjs().minute() // gets current minute
dayjs().minute(59) // returns new dayjs object

Day.js 中文文档 - 粤ICP备14034220号-1