When you pull the whenCreated attribute from AD in a claim rule, it will show the following format: YYYYMMDDHHmmss in Zulu time.
You can transform it to MM/DD/YYYY (which is in my opinion, the worst way to store or display a date) with a RegReplace operation in a second rule.
You cannot out-of-the-box do the subtract operation. You can do that in a custom attribute store. But that's a lot of work for something that can be handle by the actual relying party.
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.