MenoData / Time4J

Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese
GNU Lesser General Public License v2.1
424 stars 62 forks source link

United Kingdom date format #908

Closed hypersonik closed 4 years ago

hypersonik commented 4 years ago

Date notation as stated in Wikipedia: https://en.wikipedia.org/wiki/Date_and_time_notation_in_the_United_Kingdom

MenoData commented 4 years ago

Good catch. I have also got a look on the original CLDR data. The version v35 which is still the base of Time4J has missed the UK data while the newest version v37 of CLDR indeed shows the correct data - with a small deviation: The short date pattern style in v37 is "dd/MM/y" and not "d/M/yy".

Well, I am going to merge your contribution and will then update the i18n-data to v37 of CLDR later.