Add Instant support for dateFormat#866
Add Instant support for dateFormat#866jknack merged 1 commit intojknack:masterfrom ydylla:improve-date-format
Conversation
* add support for more date types like Instant, OffsetDateTime, LocalDateTime, ...
|
FWIW, while I think overall this is a positive change, I think it is not backwards compatible, as it seems to replace for one example, see https://stackoverflow.com/questions/36722873/datetimeformatter-not-compatible-with-simpledateformat |
|
Thanks for pointing this out, I was not aware of this.
Edit: DateTimeFormatter |
This adds support for more date types like Instant, OffsetDateTime, LocalDateTime for the
dateFormatstring helper.Closes #839