PDA

View Full Version : time/date conditionals


Mazinger
12-12-2007, 08:19 AM
Any one able to make a plugin for this?

Something like this: <if condition "time_is(22/12/2007 AND 12:00PM)">

Mazinger
11-03-2008, 06:41 PM
Is there any?

Lynne
11-03-2008, 07:27 PM
You would use the unix time code - http://converteverything.com/conversions/unix_time.htm

<if condition="$yourtimevariable == '1229947200'">
do something
</if>