Log in

View Full Version : how to add timestamp for current time in template


xserverx
05-26-2010, 09:35 PM
Hello
I need to make a condition look like :
<if condition="TIMENOW - 10000 > 521">
</if>
but TIMENOW dosn't work in templates could some tell me the current time variable equivalent to TIMENOW accepted by templates
and is that condition syntax correct ?

thank you