Example if_dates_after · Oct 2, 02:36 pm by Rick Silletti
The dates_after tag returns article content as true in the conditional tag when the posting date is after, but not to include, the date as set in the setdate attribute, deafult is the current date. This tag arrangement will return article content for all articles in the current list with posting dates 2006-09-03, or later.
<txp:ras_if_dates_after setdate="2006-09-02"> Article Content </txp:ras_if_dates_after>
The following arrangement will return articles whose posting dates run from 2006-09-03 thru 2006-09-09.
<txp:ras_if_dates_after setdate="2006-09-02"> <txp:ras_if_dates_before setdate="2006-09-10"> Article Content </txp:ras_if_dates_before> </txp:ras_if_dates_after>
Furthermore ·
Requires ras_dates 4.0.4.1
Commenting is closed for this article.

