Skip to content
Snippets Groups Projects
Commit 2ae5d272 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update the format to ensure that the date can be rendered as default

parent f3ea1536
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,7 @@ class DatePickerInput(forms.DateInput):
'data-date-format': 'yyyy-mm-dd',
})
kwargs['attrs'] = attrs
kwargs['format'] = '%Y-%m-%d'
super().__init__(*args, **kwargs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment