Is it possible to apply conditional formatting to a date column? I'm trying to set the columns background to red if the date has passed using the following
<xsl:if test="normalize-space($thisNode/@Completion_x0020_Date) >= 'Today'" ddwrt:cf_explicit="1">background-color: #71B84F;</xsl:if>
Thanks, Jason