docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualIf tags
   

  • <else>
  • <elseif>
  • <false>
  • <if>
  • <then>
  • <true>
  • <if accept>
  • <if client>
  • <if clientvar>
  • <if config>
  • <if cookie>
  • <if date>
  • <if domain>
  • <if exists>
  • <if expr>
  • <if false>
  • <if group>
  • <if ip>
  • <if language>
  • <if match>
  • <if ppoint>
  • <if pragma>
  • <if prestate>
  • <if referrer>
  • <if supports>
  • <if time>
  • <if true>
  • <if user>
  • <if variable>
  • If plugin "date"

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

    Attributes

    date
    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>
     
    - 19991231