Difference between revisions of "Getdate"
From OpenEUO
(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...") |
(No difference)
|
Revision as of 21:49, 7 October 2010
local nYear,nMonth,nDay,nDayOfWeek = getdate ()
Returns the current date as four values: year, month, day, and day-of-the-week.