Hi Christoph,
This is a bug:
http://developer.java.sun.com/developer/bugParade/bugs/4749458.html
The workaround is to use a <javaType> customization with your own
printMethod.
Regards,
--
Ed Mooney |Sun Microsystems, Inc.|Time flies like
Java Web Services |UBUR02-201 |an arrow, but
Ed.Mooney_at_Sun.COM |1 Network Drive |fruit flies like
781-442-0459 |Burlington, MA 01803 |a banana. Groucho
Christoph Brunner wrote:
> Hi,
>
> in my schema there is an element with the datatype xsd:date.
> In my form i write 2003-06-11,
> but if i export this element i get the following string:
> 2003-06-11+01:00
> I only want the day, month and year!
> How can i get only this?
>
> Thanks
> Christoph Brunner