This method gives the number of milliseconds since the Unix epoch.
moment().valueOf(); +moment();
var a = moment().valueOf();
var a = +moment();