mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 09:21:56 +02:00
+ Corrected time: not mm but nn !
This commit is contained in:
parent
b5abc16f15
commit
2264e86d0e
@ -8,7 +8,7 @@ Var ThisMoment : TDateTime;
|
||||
|
||||
Begin
|
||||
ThisMoment:=Now;
|
||||
Writeln ('Now : ',FormatDateTime('hh:mm',ThisMoment));
|
||||
Writeln ('Now : ',FormatDateTime('hh:nn',ThisMoment));
|
||||
Writeln ('Now : ',FormatDateTime('DD MM YYYY',ThisMoment));
|
||||
Writeln ('Now : ',FormatDateTime('c',ThisMoment));
|
||||
End.
|
Loading…
Reference in New Issue
Block a user