By default under Linux, the LongDateFormat is defined in SysUtils as
follows: LongDateFormat: 'dd" "mmmm" "yyyy';
Must there be double quotes in the string? If so, what purpose do they
serve? I've tried with or without the double quotes and the output is
exactly the same on my Linux system.
dd" "mmmm" "yyyy = 22 April 2008
dd mmmm yyyy = 22 April 2008
Regards,
- Graeme -
_______________________________________________________
fpGUI - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal