RosettaCodeData/Task/System-time/AutoIt/system-time.autoit

2 lines
111 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
MsgBox(0,"Time", "Year: "&@YEAR&",Day: " &@MDAY& ",Hours: "& @HOUR & ", Minutes: "& @MIN &", Seconds: "& @SEC)