For my Visualization Table, i populated data from server side using PHP as guided by http://code.google.com/apis/chart/interactive/docs/php_example.html. I have two columns with time. Now i given ‘string’ type to this column and pass 12 hour format time. The response Json draw table properly. But sorting not works properly in 12 hour format.It sorts only depends on first two characters. It does not consider the am , pm.
I want to sort the am,pm time properly.I have tried to pass 24 hour format data from server and receive it javascirpt and try to format the time. But It is also not works properly.Please help me resolve this problem.
My PHP Scritp to populate Data: