Second
Gets or sets the second.
Accepts numbers from 0 to 59. If the range is exceeded, it will bubble up to the minutes.
js
dayjs().second(); // gets current second
dayjs().second(1); // returns new dayjs object