J
J
Junior2019-02-07 09:37:26
PHP
Junior, 2019-02-07 09:37:26

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

1 answer(s)
A
Andrey, 2019-02-07
@IT-Programmer

$d = new DateTime();
while(true) echo $d->modify('+1day')->format('dmY');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question