How to show yesterday\'s date in my textbox the yesterday\'s date and at the same time, the today\'s date in ?
I have this home.php where I show the date yesterday(
Yesterday's date can be calculated as,
var prev_date = new Date(); prev_date.setDate(prev_date.getDate() - 1);