0

I am using this backport in my application and it works fine.

I have a ZonedDateTime value like this 2016-05-02T14:17:51Z[UTC] and I would like to obtain something like "gg MM yyyy at hh:mm".

How can I do? Thanks in advance.

Jigen
  • 465
  • 1
  • 7
  • 20
  • `DateTimeFormatter.ofPattern("...").format(ZonedDateTime.parse("..."))` – Andreas May 02 '16 at 14:48
  • @Jigen To get specific answers, it's better to ask a specific question: post the code you have tried, explain what input you use, what output you get and what output you expect. You can edit your question with the edit link below it. – assylias May 02 '16 at 15:00

0 Answers0