Any way to edit time in date picker?

1
Is there a way to have the time portion of DatePicker to autofill when the user picks a date. For example, if they select 9/29/2016 at 11:30 local time, can I have 11:30 auto fill? Thanks!
asked
2 answers
2

Andrew

You could create an on change microflow that looks at the CurrentDateTime system variable and does some date arithmetic to round up or down to the closest time slice your business rules require (quarter hour, half hour, hour, etc.)

This approach will reset the time every time a change is made to that field. Not sure what your requirements are, just something to consider.

Mike

answered
2

The bootstrap datepicker has this option.

answered