From fff7ed8701b6bf5827781e88eb27142f263ee75c Mon Sep 17 00:00:00 2001 From: Vaibhav Mule <vaibhavmule135@gmail.com> Date: Sun, 15 Mar 2020 15:50:56 +0530 Subject: [PATCH] change datetime format --- hypha/apply/funds/models/reminders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/funds/models/reminders.py b/hypha/apply/funds/models/reminders.py index a11b32ee9..e4c0946eb 100644 --- a/hypha/apply/funds/models/reminders.py +++ b/hypha/apply/funds/models/reminders.py @@ -48,4 +48,4 @@ class Reminder(models.Model): @property def time_with_format(self): - return self.time.strftime('%d %b %Y %I:%M %p') \ No newline at end of file + return self.time.strftime('%Y-%m-%d %I:%M %p') \ No newline at end of file -- GitLab