|
|
JDToFrench (PHP 3, PHP 4, PHP 5) JDToFrench --
Converts a Julian Day Count to the French Republican Calendar
Descriptionstring jdtofrench ( int juliandaycount )
Converts a Julian Day Count to the French Republican Calendar.
squenz at titania dot bottoms-dream dot de
06-Apr-2006 08:25
ignivs remarks have been very helpful, as older versions of the documentation had an error
Nevertheless his code example can be a bit misleading:
$julian_date = juliantojd("09","18","1793");
$french_date = jdtofrench($julian_date);
echo $french_date; //will print 1/8/2
//Enjoy
e.g. for the date of Napoleon's coup d'
|
|