mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 16:49:22 +02:00
* provide suitable defaults for Long- and ShortTimeFormat
This commit is contained in:
parent
b70bd9f844
commit
d3efceb4d0
@ -4919,6 +4919,8 @@ begin
|
||||
Result.TimeSeparator := ':';
|
||||
Result.ShortDateFormat := 'yyyy-mm-dd';
|
||||
Result.LongDateFormat := 'ddd, yyyy-mm-dd';
|
||||
Result.ShortTimeFormat := 'hh:nn';
|
||||
Result.LongTimeFormat := 'hh:nn:ss';
|
||||
Result.DecimalSeparator := '.';
|
||||
Result.ThousandSeparator := ',';
|
||||
Result.TimeAMString := 'AM';
|
||||
|
Loading…
Reference in New Issue
Block a user