Utilisation de calendrier français à l’aide de contsant ‘CAL_FRENCH’

Author:

 calendrier
Download

<?php

$jd = cal_to_jd(CAL_FRENCH, 3, 1, 11);

$cal_francais = cal_from_jd($jd, CAL_FRENCH);
print_r($cal_francais);

$cal_gregorien  = cal_from_jd($jd, CAL_GREGORIAN);
print_r($cal_gregorien);
?>

Leave a Reply

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


− one = 5