diff --git a/hypha/apply/funds/models/reminders.py b/hypha/apply/funds/models/reminders.py index a11b32ee93f026ae7eb69207899e40a8a3bcf533..e4c0946eba62965b45b9ab73cae97a7017f950c9 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