I am using the code
(date("d/m/y",strtotime(odbc_result($rs,"R_Date"))))
Which works alright most of the time.
however I get an error as follows:
Warning: date() [function.date]: Unexpected error in page1.php on line 245
Please advise the reason for this error and how I can prevent it.
Thanks