Top "Xmlgregoriancalendar" questions

Representation for W3C XML Schema 1.0 date/time datatypes.

java.util.Date to XMLGregorianCalendar

Isn't there a convenient way of getting from a java.util.Date to a XMLGregorianCalendar?

java xml date xmlgregoriancalendar
How to generate XMLGregorianCalendar time as UTC

I want to create an XMLGregorianCalendar with the following characteristics: Time only UTC timezone (The "Z" appended at the end) …

java utc xmlgregoriancalendar
XMLGregorianCalendar in java, with NO Timezone

How do I create an XMLGregorianCalendar without a timezone? No time offset (0) == UTC which outputs a 'Z' in the output. …

java timezone xmlgregoriancalendar