[TYPO3-english] Recurring Content Published by Time
Ralf-Rene Schröder
ralf.rene at online.de
Wed Jun 26 03:26:05 CEST 2013
see in TS Ref
Note: The first "=" sign directly after the word "hour" is always needed
and is no operator. After that follow the operator and then the hour.
Possible values are 0 to 23 (24-hours-format). The values in floating
point are compared with the current hour of the server time.
As you see in the section "Syntax" above, you can separate multiple
conditions in one with a comma. The comma will then connect them with a
logical disjunction (OR), that means the whole condition will be true,
when one or more of its operands are true.
try:
[hour = 6,7,8]
or:
[hour = > 5] && [hour = < 9]
--
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
More information about the TYPO3-english
mailing list