docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.0Web Developer ManualIf Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<else>
<elseif>
<false>
<if>
<if accept>
<if client>
<if clientvar>
<if config>
<if cookie>
<if date>
<if defined>
<if domain>
<if exists>
<if expr>
<if false>
<if group>
<if internal-exists>
<if ip>
<if kerberos-auth>
<if language>
<if match>
<if Match>
<if module>
<if pragma>
<if prestate>
<if referrer>
<if sizeof>
<if supports>
<if time>
<if true>
<if type-from-data>
<if type-from-filename>
<if user>
<if variable>
<if Variable>
<then>
<true>

<if date></if>

Provided by module: Tags: RXML tags

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


Attributes

date="{yyyymmdd , yyyy-mm-dd}"

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 -