Is it possible to use a conditional on a date field. For example, I tried this, but it does not appear to work:
[eventsblock.begindate;if [eventsblock.begindate] = now;then 'Today']
|
The begindate field is a date field, not a timestamp. Instead of displaying something like Thursday, February 24, 2011 when the date is today, I want to display Today, February 24, 2011. Obviously, I can do within the PostgreSQL database procedure with case statements, but I wonder if TBS has a way to accomplish this at the time of display.