Hi Martin, I've a Flow with a Script "f=addMinutes(value,438);" (7h18min).
Value is a time based on {triggertime,dateformat,HH:mm} in a dialogue.
The result by starting at 7:00am has to be 2:18pm. (Europ: 14:18)
But the result is 2:06pm. (Europ:14:06)
I've tested it with the form
{f, dateformat, HH:MM}
Is it a bug or have I done a mistake?
Regards inReinbek
addMinutes ... false?
Moderator: Martin
Re: addMinutes ... false?
Code: Select all
{f, dateformat, HH:MM}
Code: Select all
{f, dateformat, HH:mm}
Well, I might be wrong - Date Format Pattern
That one worked fine for me: addMinute Flow
Last edited by BoBo on 15 Jul 2014 10:20, edited 2 times in total.
Re: addMinutes ... false?
Hi BoBo, thanks a lot ... what a mess I did!
PROBLEM SOLVED!
PROBLEM SOLVED!