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 Date().GetMonthName())
Lua
print("The month is "..Date().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 Date().GetMonthName())
Lua
print("The month is "..Date().GetMonthName())