I have a php form that the user is inputing the date and time in the following format
07/11/2002 12:34 (this is copied from an Oracle Database that I have no control over)
The data is then being entered into a MySQL database. The data will not tranfer over in this format.
I need to manipulate it so that it transfers it over as
2002/11/07 12:34 (I have manually typed this format in and I know it gets transfered across successfully)
Thanking you in advance for any help received.
07/11/2002 12:34 (this is copied from an Oracle Database that I have no control over)
The data is then being entered into a MySQL database. The data will not tranfer over in this format.
I need to manipulate it so that it transfers it over as
2002/11/07 12:34 (I have manually typed this format in and I know it gets transfered across successfully)
Thanking you in advance for any help received.