Hi
I'm using a french localized Lazarus 0.28.2.
There are several options to format LazReport date fields, but I only find :
- English short date format (mm.dd.yyyy or mm.dd.yy)
- Long date format with months in the Lazarus language
- Or possibility to specify hard-coded format
I simply would like my dates formatted according the current system settings, with a short format, just like DateToStr or MyDateField.AsString.
Is it possible with Lazarus 0.28 or next versions ?
Don't you think that this should be the default format ? Or that the date format should use the TDateTimeField format, when assigned ?
Thanks
Tintinux