django-bootstrap-datepicker-plus icon indicating copy to clipboard operation
django-bootstrap-datepicker-plus copied to clipboard

Format for Time is not working

Open RAVIKIRAN9912 opened this issue 4 years ago • 0 comments

Describe the problem when i want to formate date with time i am format it like this date = forms.DateTimeField(widget=DateTimePickerInput(format='%Y-%m-%d %H:%i'))

that %i for minits is not working in widget it shows %i in widget

RAVIKIRAN9912 avatar Mar 05 '21 06:03 RAVIKIRAN9912