asaglimbeni / django-datetime-widget

Bootstrap django-datetime-widget is a simple and clean widget for DateField, Timefiled and DateTimeField in Django framework. It is based on Bootstrap datetime picker, supports both Bootstrap 3 and Bootstrap 2
Other
219 stars 125 forks source link

Full Month Textual Representation #90

Open supercowz opened 8 years ago

supercowz commented 8 years ago

When I was trying to use the full textual representation of the month, ie. 'November' I noticed that when I loaded my update form, the form filled the month as 'MM' instead of the actual month name. I noticed that in the code there was a conversion list of the date representations so I went ahead and added it and it fixed the issue for me. BEFORE: screenshot 2015-11-22 12 04 29 AFTER: screenshot 2015-11-22 12 03 55