django calendar widget
I want to 开发者_JS百科have a calendar in my application, so that every user can pick a date, and submit a meeting poll. I tried using the Django calendar admin widget, but it doesn't appear on my page. How can i get a calendar for my app? it is easier to use a java script one?
Thanks!
You should try jquery-ui date picker : http://jqueryui.com/demos/datepicker/ It's very easy to integrate it in your form template.
精彩评论