Search code examples
djangodatepicker

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


I love the Thauber Schedule datepicker, 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?


Solution

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

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