add 1 day php datetime

Solutions on MaxInterview for add 1 day php datetime by the best coders in the world

showing results for - "add 1 day php datetime"
Sophie
01 Jun 2017
1$date new DateTime('2000-01-01');
2$date->add(new DateInterval('P1D'));