Hi I have a problem.
I have an HTML form field into which is inserted a date and time in the following European format
21-02-2005 14:07:55 I am trying to insert this datetime into my Mysql database but I cannot get it into the following format before I insert it.
2005-02-21 14:07:55 I just need to know what the way to do this is?
Many thanks.