What is Date picker formatter?
Date picker formatter is an add-on for the Drupal CMS that provides similar features to the online service 'Doodle'.
This module is a CCK formatter allowing users to pick one or more dates (from a date, datetime or datestamp CCK field).
The main features of this module are:
- The ability set date ranges (like 26/12/2009 17:00 - 19:00)
- The results are stored using Voting API which allows:
o to change the dates to be picked after the first answers from users
o to see if a possible date has records for a user (for example, when the dates are updated)
o to use a granular value for the vote (not only "yes" or "no")
o some views integration
- As the date picker widget is a CCK formatter, it should be easier to port to Drupal 7 or used within views.
- Is built on a set of theming function for convenience/visual tuning
This module is the successor of the Dudel I will no longer support or maintain.