Millisecond1.3.0+

  1. moment().millisecond(Number);
  2. moment().millisecond(); // Number
  3. moment().milliseconds(Number);
  4. moment().milliseconds(); // Number

Gets or sets the milliseconds.

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