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 Time().GetDay())
Lua
print("The current day is "..tostring(Time().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 Time().GetDay())
Lua
print("The current day is "..tostring(Time().GetDay()))