

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code if date is 24/02/2008?format('l,F,js,Y')?> |
A. | unday, February 24th 2008 |
B. | unday, 02 24 2008 |
C. | unday, 24 02 2008 |
D. | unday, 24th February 2008 |
Answer» B. unday, 02 24 2008 | |