pandas.Timestamp.day_name¶
- Timestamp.day_name()¶
Return the day name of the Timestamp with specified locale.
- Parameters
- localestr, default None (English locale)
Locale determining the language in which to return the day name.
- Returns
- day_namestring
New in version 0.23.0: ..