Greetings, I would like to know if there is any already developed plugin for Django admin to have a better filter for the given date/datetime to filter between the given date interval instead of "today", "last week" etc..
Thanks
Greetings, I would like to know if there is any already developed plugin for Django admin to have a better filter for the given date/datetime to filter between the given date interval instead of "today", "last week" etc..
Thanks
You might have a look at my split date-time widget. It provides a text input for the date, which you can attach a JavaScript date picker to, and two drop-downs for hours and minutes. The hours can be 12 or 24 hour based.