I have a table with varchar data type and it stores:
stored in a
varchar field ---> date = 05/29/2013
varchar field ---> time = 7:00 PM
How do i merge this two in one and use the military time format just like:
will be stored in a datetime field --> 05/29/2013 19:00
Will it be the easiest way to compute for time difference in PHP and MySQL? Any suggestion is very much appreciated. Thank you very much.