Afficher la date juif avec le constant ‘CAL_JEWISH’

Author:

 constant, date
Download

<?php
$cal_jd = unixtojd(mktime(0, 0, 0, 8, 16, 2011));
print_r  ($cal_jd);
echo "<br/>";
$cal_juif = cal_from_jd($cal_jd, CAL_JEWISH);
print_r ($cal_juif);
echo "<br/>";
$cal_gregorien = cal_from_jd($cal_jd, CAL_GREGORIAN);
print_r ($cal_gregorien);

?>

Leave a Reply

Your email address will not be published. Required fields are marked *


eight + 3 =