The African Chief wrote:
program x; var time:TimeStamp; begin GetTimeStamp(time); writeln(time.day,'.',time.month,'.',time.year,' ', time.hour,':',time.minute,':',time.second) end.
The output from this is unintelligible. Is there a way to convert the output into something useful?
We won't argue about different date/time formats, will we? I just used the format that's usual around here. Since the writeln statement should be self-explanatory, you should have no problems converting it into a format that you prefer.
Regards, Frank