I need to display the number of day until a deadline on the main page of a project. I figured out how to get the current date/time with:
Today: {report-info:global:current date|format=EEEE, MMMM dd, yyyy h:mm a}
Deadline: August 30, 2012
Days Remaining: ?
But how do I set a variable for the Deadline?
How would I evaluate the Days Remaining till the Deadline?
Thanks,