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

Allow custom localised datetime format #93

Open JaHicks opened 8 years ago

JaHicks commented 8 years ago

At the moment the 'format' option is ignored if 'usel10n' is set to True. This change uses the 'format' option in the case that it is specified - even if 'usel10n' is set to True.