jaxb , xs:date and java.util.Calendar
843834Nov 24 2003 — edited May 2 2010Hello all,
My schema has an element of type xs:date, which jaxb maps to a java.util.Calendar. If I create a Calendar object with Calendar.getInstance(), it marshalls to "2003-11-24-05:00".
How can I get it to marshall to just "2003-11-24"?
Thanks,
Brian