This method will return true or false if the given variable to be checked is a native JavaScript date, that is new Date().
moment.isDate(obj);
var isdate = moment.isDate(new Date());