[rules-users] Problem with date

Enda J Diggins ejdiggins at gmail.com
Mon Mar 8 08:36:47 EST 2010


I can only imagine that you have a typo somewhere... Here is some working
test code:

declare TestOb
    ddeb : java.util.Date
end

rule "Prix premier semestre"
    when
        TestOb(eval(ddeb.before(new java.util.Date(2010,3,1) ) ) )
    then
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20100308/deecfc1c/attachment.html 


More information about the rules-users mailing list