Time4J
Time4J copied to clipboard
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...
The module time4j-ui which relies on JavaFX cannot any longer run in Java-environments starting with Java 11 because the FX-component was removed from standard Java. Hence it is appropriate a)...
**Main use-case is better presentation of timezones to users and support for timezone selection done by users.** CLDR describes other variants of timezone names like BCP47-identifiers ("uslax" for "America/Los_Angeles" etc.),...
Hi MenoData, Great library with support! I had a couple of questions. ``` import net.time4j.PrettyTime; import java.time.ZonedDateTime; import java.util.Locale; .... ZonedDateTime time = ZonedDateTime.now().plusDays(2).withHour(23); System.out.println(PrettyTime.of(Locale.forLanguageTag("en")).printRelative(ZonedDateTime.from(time))); ``` The result would now...
This is the official calendar in Nepal. See also: - http://nepalicalendar.rat32.com/ - https://en.wikipedia.org/wiki/Vikram_Samvat - http://www.kultur-in-asien.de/Kalender/seite206.htm A tabular-based solution is possible but only exists with limited data in the gregorian year...
1. I suggest adding the Jewish holidays to the Hebrew calendar. I know it is quite complicated. I could help with advice and consultation with calendar experts. 2. I disagree...
Main problem is determining when the twin holidays start (birth of Bab and Baha'ullah). This requires calculating the eight new moon after Newroz.
See also: - http://www.kultur-in-asien.de/Kalender/seite282.htm - https://en.wikipedia.org/wiki/Nanakshahi_calendar
The CLDR-data have skeleton pattern entries which allow to generate patterns for date and time just based on locale, text width and a choice of "skeleton" identifiers (ruling which date-time-elements...
The newer [RFC 5322 protocol](https://tools.ietf.org/html/rfc5322) obsoletes date-times defined in RFC 1123 and RFC 822. It allows "folding white space" and comments inserted by help of parentheses. > WSP = SP...
A new version of ISO-8601 will evolve, see: https://www.iso.org/news/2017/02/Ref2164.html This might also concern the next major release of Time4J.