Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.3
-
Fix Version/s: 3.4.alpha
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently, if a Date-Time fields is required in a form, then user is forced to enter BOTH a Date and a Time. However, sometimes we don't really need a time.
Add new optional attribute = 'addTimeRequired' to Core Form class. If this attribute is not passed, then user doesn't have to enter a time. The default time (12:00 AM) will be inserted on save.