Getdate

From OpenEUO
Revision as of 10:05, 9 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
local nYear,nMonth,nDay,nDayOfWeek = getdate ()

Returns the current date as four values: year, month, day, and day-of-the-week.

Gettime

Windows API - GetSystemTime function