Subtract Dates
2 CommentsSorted by Oldest First
Set %MinutesSecs% = %TimeDifference / 60%
Wow, I don't know how I forgot you can do math in the set variable action.
Set %MinutesSecs% = %TimeDifference / 60%
Wow, I don't know how I forgot you can do math in the set variable action.
Sean Williams
It would be very useful to have the option to have the output of the Subtract Dates action return DD:HH:MM:SS instead of only Days, Hours, Minutes, or Seconds.
I'm trying to get the run time of one of my processes into a variable to display it somewhere that can be human readable at a quick glance; 584 seconds isn't really useful for this as there are also no basic math actions, so I can't just divide the %TimeDifference% var by 60 to get minutes and seconds.