Skip to main content

After the user selects Date in Calendar picker control, I would like to set time to 08:00:00 with rules when form is saving / closing.

 

My Calendar control is without time, therefore data stored in smartobject is only Date without Time (2016-08-19T00:00:00).

 

Is possible to change only time?

 

Thanks for hints.

 

 

Have you tried to create an expression that builds the date/time from the date selected in the control concat the time you want to add? Upon using the create method to write to the SmartObject you could map the expression to the field so that it saves to the SmartObject the way you anticipate.

 

Thanks,

Bryan Peters


Reply