How To Add Date Part to the Given Time.

0
Hi Team,  We are letting the user Select only the Time part in the form.  While Saving this Field i would like to store it with the current date along with the Changed Time.   How can i achieve this ?
asked
1 answers
4

 

addMinutes(addHours([%CurrentDateTime%], formEntity/hours + ((if $formEntity/ampm = “pm” then 12 else 0))) , formEntity/Minutes)

 

see Date function calls

 

 

 

 

  

 

answered