Is there a nice and easy way to convert a Java Date into XML date string format and vice versa?
Cheers,
Andez
Without knowing exactly what format you need, the generic response is: you're going to want DateFormat or SimpleDateFormat. There is a nice tutorial on both here.