Php script report date like 0--2002 in place of 30-June-2002

A

Anonymous

Guest
If it's extracting the date from a DB, then check the DB if it's storing the date correctly.
 
Try your query in plain MySQL, if it works then the problem is with your script. Check it line by line for duplicated variables, or any other commands that are processed on the date variable!
 
Back
Top