fix: milestone form datetime format
This commit is contained in:
parent
fef9be27cd
commit
844b6551c5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class MilestoneForm(forms.ModelForm):
|
|||
model = Milestone
|
||||
fields = ['name', 'due_date']
|
||||
widgets = {
|
||||
'due_date': DateTimePicker(format="YYYY-MM-DD HH:mm"),
|
||||
'due_date': DateTimePicker(format="%Y-%m-%d %H:%M"),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue