In my django form I have a datetime input field which corresponds to a django.db.models.DateTimeField in models.py
my_date = django.db.models.DateTimeField
Currently , the form shows an input field where I need to enter a value like
2012-09-30 08:50:46
I need to provide a javasrcipt popup to let user pick a datetime value..Which jquery component can I use for this?
If you want to add a date and a time picker than I will suggest you to use
jQuery datepicker.And if you want to add time also than use Add time to jquery-datepicker
see also
timepickr plugin