Some of my Django 1.3 models have DateField properties. When a form is generated, I\'d like to use the jQuery UI Datepicker instead of a plain text field. I understand that I co
You should look on DateInput - you'll need to inherit your widget from it. Also look on admin widgets - there are some JS appended. So take DateInput, add some JS and you're done.