Hello,
How can i change the date display in the calendar to include another type of date - Please see screenshot for example
The new date is calculated in PHP with the following code :
$jd = gregoriantojd(10, 8, 2002);
$newdate = jdtojewish($jd, true), PHP_EOL;
Can someone help me understand where this code goes and how to display + make it in an update safe manner
Thank you
How can i change the date display in the calendar to include another type of date - Please see screenshot for example
The new date is calculated in PHP with the following code :
$jd = gregoriantojd(10, 8, 2002);
$newdate = jdtojewish($jd, true), PHP_EOL;
Can someone help me understand where this code goes and how to display + make it in an update safe manner
Thank you
Comment