Hi
I have a date retrieved in xslt in this format "01/18/2011". I just want to know how to add 10 days to it.
the below code gives the current date,month and year.
I have the date like this
01/18/2011
Plese let me know how to set this value of "sampledate" in calendar:getInstance and then add 10 days to it.
Thanks