Transform rule to get days difference between today's date and past date

I don’t know, I think my transform logic to handle this is pretty clean :stuck_out_tongue: (converting the date to yyMMddHH format and then using Velocity to do the math)…

That said, I have a submitted Idea in the Ideas Portal to have the Velocity dateTool functions (and numberTool functions) added to Transforms. These are already in play in email templates, but not in Transforms. Please throw an upvote on that Idea to simplify this process in Transforms directly.

But nice work on the Rule as another way to solve this problem!