<<< Previous question <<< Question ID#0013.md >>> Next question >>>
Consider the following script:
<?= date("M-d-Y", mktime(0, 0, 0, 12, 32, 1995));
What will be the output of the above script?
- A) Jan-01-1996
- B) Date out of range error
- C) Fatal error
- D) Jan-01-1995
Answer
Answer: A