You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A search on npmjs.com for "calendar Julian " returned the following results:
github.com/wraithgar/moonbeams
github.com/stevebest/julian
github.com/vanng822/amlich
github.com/deitch/jsorm-i18n
This libs should be evaluated (in order to check for correctness of our own implementation).
Ideally, the conversions functions (everything in JDNCalendarConversion) could be handled in a separate or even external module. I could image putting all of the conversions offered by https://www.fourmilab.ch/documents/calendar/ in a separate module that could be used by JDNConvertibleCalendar.
The text was updated successfully, but these errors were encountered:
Saw your post on the Angular blog via Twitter. In the past I've maintained a couple of C++ libraries for calendar conversions via Julian Days and picker widgets, and built up a lot of documentation on various calendar systems. My last (incomplete) effort implementing a subset of them can be found here:
It's GPL, so feel free to pillage the code or algorithms, the source reference for each is provided (some key algorithms are sadly copyright or license restricted, this version only includes those I know are GPL compatible). It's missing translations of day/month names and auto-tests (I have them somewhere on my hard-drive...), those restricted algorithms (I have them too if you want, but they are mostly on fourmilab anyway), and the astronomical calendars which I never completed, but it may be a useful start point.
I do some DH-related web dev these days, but not Angular, so I may not be able to contribute code, but I'd be happy to try answer questions if you need help.
A search on npmjs.com for "calendar Julian " returned the following results:
This libs should be evaluated (in order to check for correctness of our own implementation).
Ideally, the conversions functions (everything in
JDNCalendarConversion
) could be handled in a separate or even external module. I could image putting all of the conversions offered by https://www.fourmilab.ch/documents/calendar/ in a separate module that could be used byJDNConvertibleCalendar
.The text was updated successfully, but these errors were encountered: