Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [rascal] If date question

Quote Reply
Re: [rascal] If date question In reply to
The only reason it would not work is if the Add_Date is not greater. This means the the link must have been added after YESTERDAY!

To make sure, try printing the Add_Date otherwise...

Code:

<%if GT::Date::date_is_greater($Add_Date, '2006-08-07')%>
<%Add_Date%> &gt; 2006-08-07
<%else%>
<%Add_Date%> &lt; 2006-08-07
<%endif%>



Good luck,

- Jonathan
Subject Author Views Date
Thread If date question rascal 3462 Aug 7, 2006, 9:58 AM
Thread Re: [rascal] If date question
jdgamble 3361 Aug 7, 2006, 10:30 AM
Thread Re: [jdgamble] If date question
rascal 3346 Aug 7, 2006, 10:18 PM
Thread Re: [rascal] If date question
jdgamble 3344 Aug 7, 2006, 10:39 PM
Thread Re: [jdgamble] If date question
rascal 3325 Aug 8, 2006, 8:08 AM
Thread Re: [rascal] If date question
jdgamble 3335 Aug 8, 2006, 9:51 AM
Thread Re: [jdgamble] If date question
rascal 3334 Aug 8, 2006, 10:19 PM
Post Re: [rascal] If date question
jdgamble 3308 Aug 9, 2006, 8:18 AM