How to change date to variable

Hello,

I get dynamic time with 30 minutes every time.
For example : 16:30 or 15:30 and I want to save this vale (30) to (00) in argument for example : 16:30 to 16:00
How can I do that please ?

Hi @mironb ,

Could you check with the below Expression :

Split(timeASMConvert,":")(0)+":00"
1 Like

Thanks - working well

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.