PHP Date and Timestamp
Which of the following is the right way to use the DateTime class?

$date = class DateTime;
$date = get_Class(DateTime);
$date = new class DateTime();
$date = new DateTime();

ANSWER DOWNLOAD EXAMIANS APP