Hi. I have a PivotGridControl with an OLAP datasource.
I use the method ExportPivotGrid in the server side (equal to the example in the online documentation).
The PivotGrid has several column with date and time, but with zero in the time part, like "2015-10-17 00:00:00.000".
How can I show only the date part (only "2015-10-17") in the columns, without the time part? in both the web and the Excel file
Thanks!