Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
igpivotgrid format data
posted

Hi,

how can I format a dimension (datetime) in pivot grid?

I tried with this but it doesn't work:

//memberProvider: function (item) { return item.date; }
memberProvider: function (item) { return $.formatNumber(item.date, { format: "dd/MM/yyyy" }); }

Parents Reply Children