GetDay
Returns the day value for the Time
The following example prints the current day in a month.
JavaScript
print("The current day is " + new Date().GetDay())
Lua
print("The current day is "..tostring(Date().GetDay()))
Returns the day value for the Time
The following example prints the current day in a month.
JavaScript
print("The current day is " + new Date().GetDay())
Lua
print("The current day is "..tostring(Date().GetDay()))