Hello,
I would like to use a custom date format in my ListGrid. Unfortunately I cannot use the date formats provided in DateDisplayFormat, as the dates in my country (Germany) are written with dots, not with slashes: e.g. 24.03.2009 instead of 24/03/2009
Also, I have a case where I only want so display month and year of a date and not the day: e.g. 03/2009
Is it possible to define custom date formats with SmartGWT?
Your help is very much appreciated.
Thanks,
Rudiger
I would like to use a custom date format in my ListGrid. Unfortunately I cannot use the date formats provided in DateDisplayFormat, as the dates in my country (Germany) are written with dots, not with slashes: e.g. 24.03.2009 instead of 24/03/2009
Also, I have a case where I only want so display month and year of a date and not the day: e.g. 03/2009
Is it possible to define custom date formats with SmartGWT?
Your help is very much appreciated.
Thanks,
Rudiger
Comment