Categories
How to display multiple dates in a row in PHP?
How to display several dates (in days) in a row in php , like : etc?
Answer the question
In order to leave comments, you need to log in
$d = new DateTime(); while(true) echo $d->modify('+1day')->format('dmY');
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question