Your comments

Thanks for using the Hebcal date converter.

Unfortunately, no, we do not offer a timezone parameter or another web API to determine the Hebrew date based on the current date in a timezone.

You can do this in JavaScript using our Zmanim JavaScript API using something like the following code

const {Location, Zmanim, HDate} = require('@hebcal/core');
const location = Location.lookup('Boston');
const now = new Date();
const zmanim = new Zmanim(location, now, false);
const sunset = zmanim.sunset();
let hd = new HDate(now);
if (now >= sunset) {
  hd = hd.next();
}


Thanks, this is very helpful! We have fixed the web pages. The corrected reading appears in both of these places:

https://www.hebcal.com/sedrot/vayakhel-20240309

https://www.hebcal.com/holidays/shabbat-shekalim-2024#reading


Haftarah for Ashkenazim*: II Kings 12:1-17 · 17 p’sukim
*Shabbat Shekalim

Haftarah for Sephardim*: II Kings 11:17-12:17 · 21 p’sukim
*Shabbat Shekalim

On behalf of Hebcal.com, thanks for your willingness to make a donation! We really appreciate your support.

Unfortunately, we cannot accept paper check donations. We can only receive donations via PayPal and Venmo.

Thank you also for choosing Hebcal for your Jewish holiday and calendar needs! If you have any ideas or suggestions for how we could continue to improve Hebcal, we’d love to hear from you.

Happy Gregorian New Year!

Thanks for your message. Can you share a photo of the page in your siddur/chumash so we can review further and attribute changes to the correct source?

Thanks for your message! You can find the Omer calendar download/subscription feed here:

https://www.hebcal.com/ical/

We have also added a download button to that page to make it easier to download/subscribe to a calendar feed if you are already on the Omer page.

Image 271



Hi, thanks for contacting Hebcal.

To calculate yahrzeit dates, please use our Yahrzeit + Anniversary Calendar page. You will note that if you enter 11-March-2005 you will get the Ashkenazic practice for 30 Adar I.

Image 270

Thank you for posting a screenshot from our simple Hebcal Hebrew Date converter. The Hebrew Date Converter page does not follow the special rules for a yahrzeit.

If you want parshiyot for current Hebrew year, use &year=now&yt=H


Here is an excerpt from the documentation, note the meaning of the "yt" parameter


Date

Date range may be specified either using year or both start and end:

  • year=now – “now” for current year, or 4-digit YYYY such as 2003
    • yt=G – Interpret year as Gregorian year (common era) – default
    • yt=H – Interpret year as Hebrew year (e.g. 5782)

For more details please read the APi documentation


https://www.hebcal.com/home/195/jewish-calendar-rest-api


We’re pleased to announce support for Comma Separated Values (CSV) file import in the Hebcal Yahrzeit + Anniversary calendar. You can now create a personal list of Yahrzeit (memorial) and Yizkor dates, Hebrew Birthdays and Anniversaries for 20+ years by importing a CSV file.

Read this article for more details

https://www.hebcal.com/home/4322/csv-import-for-yahrzeit-anniversary-calendar

thanks for your message. You are correct that Parashat Vayechi is not read during the Gregorian year 2024. This is not a bug. Parashat Vayechi is read once every Hebrew year but is not guaranteed to be read during every Gregorian year.

Note the dates that the parsha is read below, and you will see that although it is read once every Hebrew year, it is sometimes read twice in the same Gregorian year and not at all in the following Gregorian year.

Parashat Vezot Habracha is not read on Shabbat. Instead it is read during Simchat Torah.


Thanks for contacting Hebcal!

From within Flutter, you can use any of the Hebcal developer APIs

https://www.hebcal.com/home/developer-apis

Good luck!