毫秒
获取或设置毫秒。
¥Gets or sets the millisecond.
接受从 0 到 999 的数字。如果超出范围,它将冒泡到秒。
¥Accepts numbers from 0 to 999. If the range is exceeded, it will bubble up to the seconds.
dayjs().millisecond() // gets current millisecond
dayjs().millisecond(1) // returns new dayjs object