import datetime def get_today_date_as_dd_mm_yyyy(): return datetime.datetime.now().strftime("%d/%m/%Y")