Mega Code Archive

 
Categories / Php / Date Time
 

Using the French Republican calendar

<?php $jd = cal_to_jd(CAL_FRENCH, 8, 13, 11); $french = cal_from_jd($jd, CAL_FRENCH); $gregorian = cal_from_jd($jd, CAL_GREGORIAN); ?>