Hi everyone,
I have a creation 2 variables TimeStart and TimeStop of type TIME.
Inside a loop I have to add minutes to the variables and I’m using the dateAdd function but the value returns undefined.
TimeStart.dateAdd(‘minutes’, $_POST.TxDuration.toNumber())
I just can’t figure out where is the mistake.