get day as 09 in python code example Example: python get day name import datetime now = datetime.datetime.now() print(now.strftime("%A"))