Member since
06-15-2016
7
Posts
2
Kudos Received
0
Solutions
09-15-2016
12:48 PM
OK, great, thanks for letting us know, I was about to make some tests!
... View more
06-20-2016
01:22 PM
I received the same date (perhaps I did something wrong 🙂 ). I solved the problem with the following UpdateAttribute: ${date:toDate("yyyy-MM-dd"):toNumber():plus(86400000):format("yyyy-MM-dd"):append(${date:toDate("yyyy-MM-dd HH:mm:ss"):toNumber():format(" HH:mm:ss")})}
It works, but I'm still not very happy with this solution.
... View more