Query: frenchtojd
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FRENCHTOJD(3) 1 FRENCHTOJD(3) frenchtojd - Converts a date from the French Republican Calendar to a Julian Day CountSYNOPSISint frenchtojd (int $month, int $day, int $year)DESCRIPTIONConverts a date from the French Republican Calendar to a Julian Day Count. These routines only convert dates in years 1 through 14 (Gregorian dates 22 September 1792 through 22 September 1806). This more than cov- ers the period when the calendar was in use.PARAMETERSo $month - The month as a number from 1 (for Vendemiaire) to 13 (for the period of 5-6 days at the end of each year) o $day - The day as a number from 1 to 30 o $year - The year as a number between 1 and 14RETURN VALUESThe julian day for the given french revolution date as an integer.SEE ALSOjdtofrench(3), cal_to_jd(3). PHP Documentation Group FRENCHTOJD(3)