silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
721 stars 106 forks source link

Alternative date picker? #55

Open gamesbook opened 4 years ago

gamesbook commented 4 years ago

The current date picker does not allow easy navigation of date across a long time span (many years). Can it either be customised to provide a year & month drop-down selector, or can it be readily replaced with a better one? (see, for example, https://www.codehim.com/demo/jquery-wbn-datepicker/ )

silentsokolov commented 4 years ago

We use default django's datepicker. You can find a package that replace the default datepicker. For example, django-bootstrap-datepicker-plus.

I think own datepicker is a good idea. Thx

gamesbook commented 4 years ago

I think own datepicker is a good idea Would you able to update this app to allow the user to specify one?