Question:$date = new DateTime(); $date->setDate(2010,5,25); echo $date->format("F j, Y"); This returns the following: 

A 2010, May 25 

B May 25, 2010 

C 25 May, 2010 

D 25/05/10 

+ Answer
+ Report
Total Preview: 943

Copyright © 2024. Powered by Intellect Software Ltd