Is there anyway to display a date field in a list grid WITH the time. When I set a field type to "date" it seems like the time is simply ignored. When looking at what is returned from the datasource fetch it looks like it is not returning the time within the date at all. We are using the following on the server:
Code:
dsResponse.setData(new JSONFilter(list, dsRequest.getDataSource(), true));
Comment