Have just been looking around for a javascript date picker. There's a jquery one called UI/Datepicker ("http://docs.jquery.com/UI/Datepicker"). Maybe this should be integrated? How are we meant to put pop-up calendars in our drupal sites? I would have thought this issue would have been addressed 100x over but I can't really find anything current. There is only this project which never made it out of 5.x-dev and looks to have been abandoned: http://drupal.org/project/jquery_calendar.

Any thoughts?

Comments

mfb’s picture

You have a few options that I know of, Date module which includes date entry http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/date/date_p... and jQuery UI module http://drupal.org/project/jquery_ui which integrates the UI suite.

mfb’s picture

Status: Active » Closed (fixed)

Closing as jQuery UI module should provide the datepicker.