Hi
how do i convert a strnig to XMLGregorianCalendar type.
I used the below code for this but it throws an exception. userInput41 is a stirng parameter.
XMLGregorianCalendar sdate=DatatypeFactory.newInstance().newXMLGregorianCalendar(userInput41);
appreciate a reply
thanks