[jboss-user] [JBoss jBPM] - Re: compare dates
jbmp user
do-not-reply at jboss.com
Wed Feb 21 11:29:08 EST 2007
I write in processdefinition.xml:
decision
transition
condition expression="#{date1 le date2}"
transition
decision
but date1 > date2 is wrong, because:
for example, if date1=01/01/2005 and if date2=16/01/2000
date1 le date2 is true because 01 < 16, it is wrong!!!!!
what can I use instead of le???
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020057#4020057
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020057
More information about the jboss-user
mailing list