Format the date in 'MM/dd/yyyy'
Dear Team,
I am facing one issue regarding date format. I have to pass the object of XMLGregorianCalendar in 'MM/dd/yyyy' format.
Java.util.date - current date + 2 weeks later date
I am unable to covert this util.date object to the object of XMLGregorianCalendar with format 'MM/dd/yyyy'.
Plz suggest.