PHP·98 questionsWhat is the DateTime class?SaveUpdated: 2026-08-31Answer•new DateTime() — current time.•new DateTime('2024-01-15').•$dt->format('Y-m-d').•$dt->modify('+1 day').•$dt1->diff($dt2) — difference.Ask AI to clarifyWas this answer helpful?HelpfulNot helpfulSuggest an improvement