get date only from datetimefiel django

Solutions on MaxInterview for get date only from datetimefiel django by the best coders in the world

showing results for - "get date only from datetimefiel django"
Michelle
21 Jan 2017
1      date = application_data.scheduled_at.date()
2