Hi,
I have two dates and want to calculate how many months & days in between those using XSLT, do we have inbuilt functions to do the same?
E.g. Start Date: 05/25/2014
End Date: 12/31/2014
Desired Output: 7 Months & 7 days (end date included in calculation)
Thanks in advance.