Appearance
获取或设置小时。
传入 0 到 23 的数字。 如果超出这个范围,它会进位到天数。
dayjs().hour(); // gets current hour newDate = dayjs().hour(12); // returns new dayjs object