jdtofrench
Convert Julian days count to dates in the French Republic.
jdtofrench()
function converts the Julian day count to the date in the French Republican calendar.
Tip: See the frenchtojd() function to convert dates in the French Republic calendar to Julian day counts.
Convert the dates of the French Republic calendar to Julian day counts, and then convert them back to the dates of the French Republic calendar:
<?php $jd = frenchtojd ( 3 , 3 , 14 ) ; echo $jd . "<br>" ; echo jdtofrench ( $jd ) ; ?>
Run the instance
jdtofrench ( jd ) ;
parameter | describe |
---|---|
jd | Required. Numbers (Julian day count). |