I'm a little confused by date math in Vortex. I'm attempting to create a function that will display in "hh:mm:ss" format the time elapsed between the time passed to the function and the time that the function is called (i.e., "now"). In other words, if it is, say, 12:05 PM when the function is called, and "11:55 AM" is passed to the function, I would like the function to return "10:00:00"
You may also want to check out the "reltime" function in Webinator that displays the difference in two times in a friendly fashion, e.g. "3 days 2 hours ago" or "4 hours 24 minutes ago". It doesn't go into too much precision for larger time periods.