(AGK version: 108.13)
Submitted: 2013-06-19 14:32:01
Setvirtualresolution(640,480)
SetPrintSize(25)
ResetTimer()

Repeat

    result$=GetCurrentDate()
    Print ("Todays date is ")
    Print ("Day "+Mid(result$,9,2))
    Print ("Month "+Mid(result$,6,2))
    Print ("Year "+Mid(result$,1,4))

    Sync()
Until Timer()>12
End
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.