All
Many thanks for your help!!!
I have a WP that I converted to XSLT. I want to conditionally format specific cells based on the age of a record. So, for example, IF Create Date is more than 10 days old format the cell yellow. Setting the color is no problem but the XSLT data formula is and unfortunately I have not found a solution.
The formula would look something like this
Create Date < (current date - 10)
Also how would one use other units of time like years, months, hours minutes or even seconds?
Pete