RosettaCodeData/Task/System-time/PL-I/system-time.pli

5 lines
235 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
put (datetime()); /* writes out the date and time */
/* The time is given to thousandths of a second, */
/* in the format hhmiss999 */
put (time()); /* gives the time in the format hhmiss999. */