Hi
I need to store the date which I collect from a form in the format 'dd/mm/yy' eg. (31/12/03) into an Access database.
and retreive the same and display it on a form afterwards.
I need to know how to format the same.
I tried
date("dd/mm/yy'',strtotime($_POST["xx"])
But the above returns erroneous dates for dates likes
31/12/03
Is there another correct way of doing this.