Which of the following statements is NOT a valid way to create a timestamp named $birthdate that represents December 2, 1969?

Which of the following statements is NOT a valid way to create a timestamp named $birthdate that represents December 2, 1969?



Answer: $birthdate = mktime(12, 2, 1969);


Learn More :