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.