diff --git a/docs/sysutex/ex14.pp b/docs/sysutex/ex14.pp index 0cf6d7ca16..e8672ba677 100644 --- a/docs/sysutex/ex14.pp +++ b/docs/sysutex/ex14.pp @@ -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. \ No newline at end of file