moment check valid date
var date = moment("2016-10-19");
var check = date.isValid();
console.log(check);
moment check valid date
var date = moment("2016-10-19");
var check = date.isValid();
console.log(check);
how to counts date from moment js
Math.trunc(
moment.duration(moment(post_date, "YYYY-MM-DD").diff(
moment(pre_date, "YYYY-MM-DD")
)
).asDays())
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us