Home / Python Date / How to Display Current Date in Python In this example we will show how to display the current date in Python. Source Code import datetime a = datetime.datetime.now() print(a) Output: 2020-06-28 08:47:53.885494