Getdate
From OpenEUO
Revision as of 20:49, 7 October 2010 by 76.184.213.234 (Talk) (Created page with " local nYear,nMonth,nDay,nDayOfWeek = getdate () Returns the current date as four values: year, month, day, and day-of-the-week. [http://msdn.microsoft.com/en-us/library/ms72439...")
local nYear,nMonth,nDay,nDayOfWeek = getdate ()
Returns the current date as four values: year, month, day, and day-of-the-week.