for applying date in a loop
you have to increasing date according to your condition.
so there is a way
$date = date ("Y-m-d", strtotime ("+1 day", strtotime($date)));
you have to increasing date according to your condition.
so there is a way
$date = date ("Y-m-d", strtotime ("+1 day", strtotime($date)));
No comments:
Post a Comment