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

2 lines
111 B
Text
Raw Permalink Normal View History

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