xp20:format-dateTime method in BPEL 11g
603271Sep 6 2010 — edited Sep 9 2010I am doing a date conversion as xp20:format-dateTime('2007-10-07','YYYYMMDD') and storing in a String variable - givenDateConverted
but the result is as below
<givenDateConverted >YYYYMMDD</givenDateConverted>
My original requirement is to compare this givenDateConverted with the currentDate and reject if givenDateConverted is less than currentDate
Please help
Thanks
Sesha