Show calendar date drop down AND time controls for a single date field
Description
Allow a datetime field to be represented by both the calendar drop down and the time controls instead of one or the other. The multiple form fields will need to be combined back together into a single value before saving.
This may be a good time to clean up some of the date/time controls as they are a bit confusing. Namely the existence of the db_htmldate and time values as well as separate db_showDate and db_showTime flags which seem redundant.
I would ditch the latter controls in favor of three db_html values:
Allow a datetime field to be represented by both the calendar drop down and the time controls instead of one or the other. The multiple form fields will need to be combined back together into a single value before saving.
This may be a good time to clean up some of the date/time controls as they are a bit confusing. Namely the existence of the db_html date and time values as well as separate db_showDate and db_showTime flags which seem redundant.
I would ditch the latter controls in favor of three db_html values:
date
time
datetime