<if time></if>
Provided by module: Tags: RXML 2 tags
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> |
|