I've been asked to convert some contitionl formatting from an excel spreadsheet into xsl for use in SharePoint.
The table we're outputting contains a due date, basically I need the following to happen:-
When due date is equal to current date add css class red When current date is four or less days before the due date add css class Amber Everything else has css class green.
I'm completelty stumped, can anyone offer any ideas?