Is there any option to specify timezone In Guriddo jqgrid for date fields to show the date value as per client(browser) timezone like jstl fmt:timezone?
Currently, I am using below format options for date field.
First of all your setting srcformat:‘U/1000’ is not correct and Gurddo will not recognize this format. You should perform calculations for the Unix timestamp before to pass the data to jqGrid.
1. First option is to show the time offset without to inform user about this. This is done with the settings userLocalTime set to true in format options.