javascript today minus 1 day
var d = new Date();
d.setDate(d.getDate()-1);
javascript today minus 1 day
var d = new Date();
d.setDate(d.getDate()-1);
javascript subtract days from date
var myCurrentDate=new Date();
var myPastDate=new Date(myCurrentDate);
myPastDate.setDate(myPastDate.getDate() - 8);//myPastDate is now 8 days in the past
js date minus 18 years
use moment.js
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