Get original pattern String given a JDK 8 DateTimeFormatter?

It’s been asked on the mailing list and the answer is that it is not possible because the original pattern is not retained.

The same thread suggests using a DateTimeFormatterBuilder which does have the information.

Leave a Comment