момент JS - найти, если даты одинаковы днем

var iscurrentDate = startTime.isSame(new Date(), "day");
if(iscurrentDate) {

}
amit.bhagat