Answers for "moment js - to find if dates are same by day"

0

moment js - to find if dates are same by day

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

}
Posted by: Guest on May-19-2021

Code answers related to "moment js - to find if dates are same by day"

Code answers related to "Javascript"

Browse Popular Code Answers by Language