Concatenate a Date property and TimeOfDay property

I’m trying to concatenate 2 properties; one is of type ‘Date’ and the other is of type ‘TimeOfDay’. And this concatenated value will be the source for a property of type ‘DateTime’. Is there any function to concatenate this or any way of accomplishing this?

Hi @MadhumiM, I don’t see a OOTB function for this. Instead you can use addToDate function by passing the date, days, hrs, mins and sec. To do this you need to manipulate the time of day property to split it as hr, min and sec.

Let us know if this helps.

Thanks

@ArulDevan Thanks a lot

Hi @MadhumiM,

Please try this, @addToDate(Date,days,hous,mins,seconds) ; if you are not passing any other values set 0 for that .