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

5 lines
235 B
Plaintext

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. */