Question regarding addMinutes
Posted: 07 Aug 2017 23:33
Hello,
Gives time date_now= "{getDate(),dateformat,hhmmss}";
results in 060137.
Then addMinutes(date_now, 5);
I'd expect result as 060637.
Instead I got: 360137.
What causes the hour to become 36?
Thank You
Husky
Gives time date_now= "{getDate(),dateformat,hhmmss}";
results in 060137.
Then addMinutes(date_now, 5);
I'd expect result as 060637.
Instead I got: 360137.
What causes the hour to become 36?
Thank You
Husky