Second
获取或设置秒。
传入0到59的数字。 如果超出这个范围,它会进位到分钟。
dayjs().second() // gets current second
dayjs().second(1) // returns new dayjs object
获取或设置秒。
传入0到59的数字。 如果超出这个范围,它会进位到分钟。
dayjs().second() // gets current second
dayjs().second(1) // returns new dayjs object