On Tue, 15 Dec 2009, Osvaldo Filho wrote:

How can do that with extpascal?

 Set time format to use 24 not 12 am/pm;

 ShortDateFormat := 'dd/mm/yyyy';
 DateSeparator := '/';
 DecimalSeparator := ',';
 ThousandSeparator := '.';
 TranslateUnitResourceStrings('LCLStrConsts',
ExtractFileDir(Application.ExeName)+ '/lclstrconsts.pb.po');


ShortTimeFormat:='hh:nn';

on unix, you can include the 'clocale'  unit, this will read the settings
from the system settings.

Michael.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to