|
@@ -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);
|
|
|
|
|