This method gives you the output same as the native JavaScript new Date().
moment().toDate();
var a = new Date(); var b = moment().toDate();