You may be able to use the Camel Groovy component. We use Groovy like this to
compute past dates:
<setHeader headerName="aWeekAgo"><groovy>new
Date().minus(7).format('yyyy-MM-dd')</groovy></setHeader>

Regards,
Scott



--
View this message in context: 
http://camel.465427.n5.nabble.com/Expression-Language-and-date-now-minus-plus-N-days-tp5758210p5758230.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to