I am using mysql database and I would like to know how I can save a date in mysql table in this format like so 1/30/2013 2:35:14 PM
I know there is this datetime data type in mysql and its format is like yyyy-mm-dd hh:mm:ss but I dont know how it applies to make this format 1/30/2013 2:35:14 PM
Please help me how. thanks in advance.
I know there is this datetime data type in mysql and its format is like yyyy-mm-dd hh:mm:ss but I dont know how it applies to make this format 1/30/2013 2:35:14 PM
Please help me how. thanks in advance.