File size: 107 Bytes
0fadcb9
 
 
1
2
3
import datetime
def get_today_date_as_dd_mm_yyyy():
    return datetime.datetime.now().strftime("%d/%m/%Y")