WW-5016 Improves description of different patterns

This commit is contained in:
Lukasz Lenart
2022-02-21 08:47:36 +01:00
parent 5648721d07
commit 4746a49d17
@@ -246,7 +246,7 @@ struts.handle.exception=true
### Defines which named instance of DateFormatter to use, there are two instances:
### - simpleDateFormatter (based on SimpleDateFormat)
### - dateTimeFormatter (based on Java 8 Date/Time API)
### These formatters are using a slightly different patterns, please check JavaDocs for from details and WW-5016
### These formatters are using a slightly different patterns, please check JavaDocs of both and more details is in WW-5016
struts.date.formatter=dateTimeFormatter
### END SNIPPET: complete_file