mleden wrote:
> Anyone know a simple way to compare today's date with a date field in
> each record in the Exhibit recordset? I need to conditionally display
> an icon depending on whether or not the record was updated in the last
> 5 days.
>
> Suggestions appreciated.
>
Try something like this
<span ex:if="date-range(.theDateField, now(), 'day') < 5"><img ...
/></span>
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---