Datetime.dayname readonly property



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

Example

-- prints the current local name of the day, for example "monday" print(sys.Datetime().dayname)