GetDayOfWeek
Gets the current day of the week as a string
The following example prints the current day of the week.
JavaScript
print("Today is " + new UtcTime().GetDayOfWeek())
Lua
print("Today is "..UtcTime().GetDayOfWeek())
Gets the current day of the week as a string
The following example prints the current day of the week.
JavaScript
print("Today is " + new UtcTime().GetDayOfWeek())
Lua
print("Today is "..UtcTime().GetDayOfWeek())