weekday_name python3 code example Example: python datetime get weekday name import datetime now = datetime.datetime.now() print(now.strftime("%A"))