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

2 lines
111 B
AutoIt
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
MsgBox(0,"Time", "Year: "&@YEAR&",Day: " &@MDAY& ",Hours: "& @HOUR & ", Minutes: "& @MIN &", Seconds: "& @SEC)