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
If you're looking for a date string according to the standard Gregorian calendar used by most of the world then you need jdtogregorian. The Julian calendar is something different. https://en.wikipedia.org/wiki/Julian_calendar
From manual page: https://php.net/function.jdtojewish
$jd = jewishtojd( 1,1,5784);// 1st of Tishrei 5784 was on 9/16/2023
echo jdtojulian($jd); // produces 9/3/2023
The text was updated successfully, but these errors were encountered: