Tag Archive 'Hebrew Date'
Posted by KosherJava on 20 May 2011 - ט״ז אייר תשע״א | Filed under: Software Dev, Zmanim
Calculating the earliest and latest times for Kiddush Levana has not been part of the KosherJava Zmanim API until now. This is because unlike other zmanim that solely rely on solar calculations that are tied to the Gregorian calendar, times for Kiddush Levanah depend on the Jewish calendar molad (lunar conjunction) computation. With the recent [...]
Posted by KosherJava on 23 Feb 2011 - י״ט אדר א' תשע״א | Filed under: Software Dev, Zmanim
Question:How do I get the Jewish Date for … using the Zmanim API? Answer:The current version of the Zanim API does not support Jewish calendrical calculations. Zmanim are almost exclusively based on the solar calendar, so for example, the sunrise on February 8th this year in Montreal (or any other date and location), will be [...]
Posted by KosherJava on 04 Jul 2010 - כ״ב תמוז תש״ע | Filed under: Software Dev, WordPress
Mike who took over development of the WordPress Hebrew Date plugin in 2006, released a new version of the plugin. The WordPress Hebrew Date plugin is now hosted at the WordPress plugin repository. This should make it easier for people to find and update the plugin. New in this version is support for the WordPress [...]
Posted by KosherJava on 12 Apr 2010 - כ״ח ניסן תש״ע | Filed under: Software Dev, Zmanim
Moshe Wagner recently released ZmanimPlasma for the Linux platform. This KDE Plasma desktop widget displays the Hebrew date and zmanim on a Linux desktop. The zmanim calculations use Moshe’s C++ port Zmanim CLI wrapper that enables a C++ program to call the Java Zmanim API. There are no current plans to make this widget available [...]
Posted by KosherJava on 21 Nov 2009 - ד׳ כסלו תש״ע | Filed under: Software Dev, Zmanim
Moshe Wagner who wrote the Zmanim GUI notified me in August that that he created a command line interface for zmanim using my Zmanim API. The technical approach of using reflection was similar to the way I used reflection in the Zmanim Clock Applet, but he took it to new heights. Sample use of accessing [...]
Posted by KosherJava on 05 Nov 2006 - י״ד חשון תשס״ז | Filed under: Site News, Software Dev, WordPress
The Hebrew date Plugin has not been in active development for a while, and I am pleased to announce that it now has a new home at mikeage.net. Mike added a config page as well as a few new options. The plugin can be downloaded from the WordPress Hebrew dates Plugin Page. As a backup, [...]
Posted by KosherJava on 12 Jul 2005 - ה׳ תמוז תשס״ה | Filed under: Software Dev, Zmanim
There was a request on the
Correspondence page of Remy Landau’s
Hebrew Calendar Science and Myths site for a utility that generated “Hebrew Year Number Transliteration”. Since I had already developed the code as part of
PhpGedView and the
hebrew date plugin, I just ported it to JavaScript as a demo.
Posted by KosherJava on 26 Jun 2005 - י״ט סיון תשס״ה | Filed under: WordPress
A new version (v0.3.0) of the Hebrew Date Plugin is now available. This fixes the post time formatting issue. The code is crude and relies on the detection of a ‘:’ in the Date String to determine that it is a time and not date. This works well with the default WordPress 1.5 theme (Kubrick). [...]
Posted by KosherJava on 26 Jun 2005 - י״ט סיון תשס״ה | Filed under: WordPress
I just hacked a simple plugin that displays Hebrew dates alongside the current Gregorian dates on posts. This is now active on this site. The alpha quality code (v0.2.0) is now available for your testing. For the most part the code is almost identical to the PHP code that I wrote to display Jewish dates [...]