Answer the question
In order to leave comments, you need to log in
How to initialize widget DateInput value?
There is a model with a Date field. the database already has values.
there is a ModelForm where it is described
widgets = {
'date_start': DateInput(attrs={'class': 'datepicker', 'type': 'date', 'placeholder': 'Select a date'}),
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question