Related to my question here - how do I get the original pattern
String given a 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.