bopritchard
Programmer
i realize i shouldn't be having this much trouble with this but....
i'm just inserting a row into a mysql table...the date is in the format mm/dd/yyyy and of mysql wants it as yyyy/mm/dd
what's the easiest way to handle this...
mysql function on the insert statement?
php function?
thanks
i'm just inserting a row into a mysql table...the date is in the format mm/dd/yyyy and of mysql wants it as yyyy/mm/dd
what's the easiest way to handle this...
mysql function on the insert statement?
php function?
thanks