4

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

Macke
  • 24,812
  • 7
  • 82
  • 118
Hellnar
  • 62,315
  • 79
  • 204
  • 279

1 Answers1

1

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.

Community
  • 1
  • 1
Brandon Taylor
  • 33,823
  • 15
  • 104
  • 144