Format date in toString function

0
Hi all, I need to transform a date into a string within a microflow. To that end, I use the toString(myDate) funcation. The result has many digits. For example 10 returns 10.00000000. I would need only the integer value; i.e. 10. Any suggestions?
asked
1 answers
3

see this page

formatDateTime($object/Date1,'EEE, d MMM yyyy HH:mm:ss Z')

answered