thymeleaf / thymeleaf-extras-java8time

Thymeleaf "extras" dialect for formatting and creating Java 8 Time API objects
Apache License 2.0
106 stars 34 forks source link

Add support for HijrahDate, JapaneseDate, MinguoDate and ThaiBuddhistDate #23

Closed jmiguelsamper closed 1 year ago

jmiguelsamper commented 5 years ago

They are all implementing classes of the java.time.temporal.Temporal interface.

aparsons commented 5 years ago

@jmiguelsamper I took a crack at what supporting HijrahDate could look like. I mainly looked for online documentation to put this together. This code allows for Hijrah dates to be parsed and formatted.

https://github.com/thymeleaf/thymeleaf-extras-java8time/compare/3.0-master...aparsons:hijrahdate-demo

jmiguelsamper commented 5 years ago

@aparsons looks very good, thank you for that. I will take a closer look to it and probably integrate it into the main code.

danielfernandez commented 1 year ago

Closing for now given lack of reported impact from users, in order to simplify towards integration in Thymeleaf core.