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