Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 287 Bytes

02-second.md

File metadata and controls

14 lines (11 loc) · 287 Bytes
title version signature
Second
1.0.0
moment().second(Number); moment().second(); // Number moment().seconds(Number); moment().seconds(); // Number

Gets or sets the seconds.

Accepts numbers from 0 to 59. If the range is exceeded, it will bubble up to the minutes.