Hi All,<br>        Can anyone tell me if there is a variable or standard way to get the <b>current date</b> and compare with the java.util.Date. I&#39;m trying write the below rule but it doesn&#39;t work. It doesn&#39;t throw any error but the rule is not at all fired in any case<br>

<br>rule &quot;new rule&quot;<br>dialect &quot;java&quot;<br>when<br>    Message(<b>testDate &lt; new Date()</b>)<br>then<br>    System.out.println(&quot;Test&quot;);<br>end<br>Do I have to insert a seperate fact which will contain the current date?<br>

Thanks in advance.<br clear="all"><br>-- <br>cheers<br>Sumatheja Dasararaju<br><br><br>