Datetime.monthname readonly property



The Datetime.monthname property returns a string representing the name of the month of the moment, in the current local.

Example

-- prints the current local name of the month, for example "january" print(sys.Datetime().monthname)