Current Location: Home> Function Categories> jdtofrench

jdtofrench

Convert Julian days count to dates in the French Republic.
Name:jdtofrench
Category:Uncategorized
Programming Language:php
One-line Description:Convert Julian days count to dates in the French Republic.

Definition and usage

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.

Example

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

grammar

 jdtofrench ( jd ) ;
parameter describe
jd Required. Numbers (Julian day count).
Similar Functions
Popular Articles