I have an XMLBeans question.
 
I have something like this:
org.apache.xmlbeans.XmlDate addNewPersonBirthDate();

....

Axis2 is responding (in the actual XML document returning back to the
client) with this:

<PersonBirthDate>1934-12-16-05:00</PersonBirthDate>

 

Is it possible to change the format, especially removing the time
component (05:00)?

I would like to have <PersonBirthDate>12/16/1934</PersonBirthDate> if
possible.

Thanks.

Danny

 

Reply via email to