mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* some fields not qualified with org*.
git-svn-id: trunk@10803 -
This commit is contained in:
parent
614948f551
commit
aed42d9eeb
@ -25,7 +25,7 @@ begin
|
|||||||
{$endif}
|
{$endif}
|
||||||
writeln('short date :', shortdateformat);
|
writeln('short date :', shortdateformat);
|
||||||
{$ifdef localedebug}
|
{$ifdef localedebug}
|
||||||
writeln('orglongdate :', longdateformat);
|
writeln('orglongdate :', orgformatsettings.longdateformat);
|
||||||
{$endif}
|
{$endif}
|
||||||
writeln('long date :', longdateformat);
|
writeln('long date :', longdateformat);
|
||||||
{ Time stuff }
|
{ Time stuff }
|
||||||
@ -39,7 +39,7 @@ begin
|
|||||||
// No support for 12 hour stuff at the moment...
|
// No support for 12 hour stuff at the moment...
|
||||||
writeln('short time :', shorttimeformat);
|
writeln('short time :', shorttimeformat);
|
||||||
{$ifdef localedebug}
|
{$ifdef localedebug}
|
||||||
writeln('orglongtime :', longtimeformat);
|
writeln('orglongtime :', orgformatsettings.longtimeformat);
|
||||||
{$endif}
|
{$endif}
|
||||||
writeln('long time :', longtimeformat);
|
writeln('long time :', longtimeformat);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user