Filtering jqGrid datetime columns using date picker just on date
问题 I currently have an issue where I have datetime columns in a grid that are formatted to only display the date portion of the field. So the raw data looks like \"2015-04-15T15:31:49.357\" and the grid column looks like \"4/15/2015\". I am using a datepicker to support column filtering and would like to be able to use the \"eq\" operator to filter using \"equals\" but just on the date portion. Currently I do not get any matches because the time is getting in the way. Is it possible to get