Discussion Forum : Php Date And Timestamp
Question - Which of the following is the right way to use the DateTime class?
Options:
A .  $date = new class DateTime();
B .  $date = get_Class(DateTime);
C .  $date = new DateTime();
D .  $date = class DateTime;
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *