Unix Timestamp (seconds)1.6.0+

  1. moment().unix();

moment#unix outputs a Unix timestamp (the number of seconds since the Unix Epoch).

  1. moment(1318874398806).unix(); // 1318874398

This value is floored to the nearest second, and does not include a milliseconds component.