Convert Java Date into XML Date Format (and vice versa)

后端 未结 9 1584
后悔当初
后悔当初 2020-12-03 10:46

Is there a nice and easy way to convert a Java Date into XML date string format and vice versa?

Cheers,

Andez

9条回答
  •  温柔的废话
    2020-12-03 11:20

    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.

提交回复
热议问题