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