update : 2015.11.03
php.shukuma.com검색:
|
frenchtojd(PHP 4, PHP 5, PHP 7) frenchtojd — Converts a date from the French Republican Calendar to a Julian Day Count 설명
int frenchtojd
( int
$month
, int $day
, int $year
)Converts 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 covers the period when the calendar was in use. 인수
반환값The julian day for the given french revolution date as an integer. 참고
|