django-admin2
django-admin2 copied to clipboard
Default theme date/time widgets
Out of the box it would be nice if these were displayed with attractive bootstrap widgets
Any recommendations for decent date and datetime polyfills? Or bootstrap-like date/time pickers?
Careful, I've used a couple of the popular bootstrap date/time pickers and they don't handle time issues so well.
I liked this: http://tarruda.github.io/bootstrap-datetimepicker/
I'm partial to http://amsul.ca/pickadate.js/, suggested by @aviflombaum
I am using this: http://www.malot.fr/bootstrap-datetimepicker/
http://www.eyecon.ro/bootstrap-datepicker/ works well for us.
+1 for http://amsul.ca/pickadate.js/ and it deals well with responsive layout
https://github.com/dangrossman/bootstrap-daterangepicker + moment.js are doing the deal for me