I've got a field in a form (custom content type built using CCK) configured as a date and time. I have the Date Popup module installed.
My field shows up as two fields, one for the date and one for the time.
When users click in the date field, the JQuery calendar pops up and all is fine. But nothing happens when they click in the time field, and there are no time fields to work with in the popup.
How can I get a time popup, or otherwise assist users in choosing a time when they're filling out this field?
The Date Popup module describes itself as "Enables jquery popup calendars and time entry widgets for selecting dates and times" so it should be possible...