I am using jqGrid for displaying records in a user interface, and I want to sort the date column. Which returns me the date in the form of Sat, Sep 1, 01:41 AM
. How can I do that with jqGrid?
My Colmodel for that column is:
{name:'transactiontime', index:'transactiontime', sorttype:'text', align:"right"},