views:

58

answers:

1

I want to 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!

+3  A: 

You should try jquery-ui date picker : http://jqueryui.com/demos/datepicker/ It's very easy to integrate it in your form template.

Pierre-Jean Coudert
wow, looks fantastic! i'll try it, and post the result! :) thx!
dana