this is my template, how can i compare the date now with my myaccount.modifyDate ?
<input name="temperature" value="{% if {% now 'F jS Y' %} >= myaccount.modifyDate %} 0.0 {% else %} {{myaccount.bodyTemperature}} {% endif %}" readonly></td>
Update i tried this also
<input name="temperature" value="{% if ( {% now 'F jS Y' %} ) >= myaccount.modifyDate %} 0.0 {% else %} {{myaccount.bodyTemperature}} {% endif %}" readonly></td>
and the error is
Could not parse the remainder: '(' from '('