What's the cleanest, simplest-to-get running datepicker in Django?

ghz 1years ago ⋅ 6064 views

Question

I love the [Thauber Schedule datepicker](http://github.com/thauber/django- schedule), but it's a datetime picker and I can't get it to just do dates. Any recommendations for nice looking datepickers that come with instructions on how to integrate with a Django date form field?


Answer

You can also simply use Jquery in your templates. The jquery DateTime Picker allows each customization.

http://jqueryui.com/demos/datepicker/