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

<if time></if>

Provided by module: RXML 2 parser

Is the time hhmm? The attributes before, after and inclusive modifies the behavior. Time is a Utils plugin.


Attributes

time="hhmm"

Choose what time to test.


after

The time after present time.


before

The time before present time.


inclusive

Adds present time to after and before.



  <if time='1200' before='' inclusive=''>
    ante meridiem
  </if>
  <else>
    post meridiem
  </else>
 
ante meridiem