I’m working on setting up our rules for a task’s due date and reminder date/time. For our business needs, the date portion of the reminder will always be the same as the task’s due date. We want to only show the time portion of the reminder field. Ideally, it would work this way:
- Due date: always required.
- Reminder date/time: user only sees options for entering the time (not the date portion).
- If the user enters a time, the date portion of the reminder = the due date.
- If the user does not enter a time, no reminder is set.
And are there any defaults that can be set on the datetime picker? Or would this all need to be accomplished via javascript?