docs.roxen.comBack to normal mode
DocsRoxen2.2Web Site Creator ManualIf Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<if date></if>

Provided by module: Tags: RXML 2 tags

Is the date yyyymmdd? The attributes before, after and inclusive modifies the behavior. Date is a Utils plugin.


Attributes

date="yyyymmdd"

Choose what date to test.


after

The date after todays date.


before

The date before todays date.


inclusive

Adds todays date to after and before.


  <if date='19991231' before='' inclusive=''>
     - 19991231
  </if>
  <else>
    20000101 -
  </else>
20000101 -