What I’m trying to do:
I have a data grid that is populated by a data table from a server side query. Two of the fields are date time type. What is the best way to change the date time format from the default? Should I be using a different query, re-formatting it on the server side or changing something on the client side?