- Choosing a Database Extension 1:34
- Choosing a database extension 3 questions
- Working with DateTime 4:21
- Review: Working with DateTime 3 questions
- DateTime Comparisons 2:33
- DateTime Comparisons 3 questions
- Understanding Time Zones 3:56
- Understanding Timezones 3 questions
- Understanding UTF-8 4:14
- Understanding UTF-8 3 questions
Quiz Question 1 of 3
What would the output be from the following code?
$mike = new DateTime('August 4th 1986');
$sally = new DateTime('July 1st 1988');
var_dump($sally < $mike);
Choose the correct answer below: