[TYPO3-english] Greater-and-equal condition

Sergio Catalá Gil scatala at iti.upv.es
Mon Sep 21 10:23:35 CEST 2009


Hi list, 

I just have the next code:

10 = TEXT
10 {
	if.value.data = date:U
	if.isGreaterThan.field = generic_tx_mblnewsevent_inscription_end_date
	...
}

and I would like to include inside the condition: ">=", not only ">".

I tried:

10 = TEXT
10 {
	if.value.data = date:U
	if.isGreaterThan.field = generic_tx_mblnewsevent_inscription_end_date
	...
}

20 = TEXT
20 {
	if.value.data = date:U
	if.equals.field = generic_tx_mblnewsevent_inscription_end_date
	...
}

but it doesn't work. Any ideas?

Thanks in advance, 
Sergio




More information about the TYPO3-english mailing list