Hi,
I'm working on a WinGrid and I added summaries to date/time columns where I display minimum and maximum values (i.e., minimum and maximum dates).
The summary works fine, however I want to display dates in "yyyy-MM-dd" format. So far, I had no problem formatting number values, but date formats just don't work for me. I unsuccesfully tried "yyyy-MM-dd" and a dozen different formats.
MyGrid.Bands(0).Summaries("myKey").DisplayFormat = ???
How can I work it around?
I tried formats "Mín: {0:yyyy-MM-dd}" and "Máx: {0:yyyy-MM-dd}" and they worked fine for me.