GetMonthName
Gets the name of the month as a string.
The following example prints the current month's name.
JavaScript
print("The month is " + new UtcTime().GetMonthName())
Lua
print("The month is "..UtcTime().GetMonthName())
Gets the name of the month as a string.
The following example prints the current month's name.
JavaScript
print("The month is " + new UtcTime().GetMonthName())
Lua
print("The month is "..UtcTime().GetMonthName())