As Array1.7.0+

  1. moment().toArray();

This returns an array that mirrors the parameters from new Date().

  1. moment().toArray(); // [2013, 1, 4, 14, 40, 16, 154];