downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

easter_date> <cal_info
Last updated: Fri, 13 Nov 2009

view this page in

cal_to_jd

(PHP 4 >= 4.1.0, PHP 5)

cal_to_jdサポートされるカレンダーからユリウス積算日に変換する

説明

int cal_to_jd ( int $calendar , int $month , int $day , int $year )

cal_to_jd() は、指定した calendar の日付からユリウス積算日を計算します。 サポートされる calendarCAL_GREGORIANCAL_JULIANCAL_JEWISH および CAL_FRENCH です。

パラメータ

calendar

変換元のカレンダー。 CAL_GREGORIANCAL_JULIANCAL_JEWISH あるいは CAL_FRENCH のいずれか。

month

月を表す数値。有効な範囲は calendar に依存します。

day

日を表す数値。有効な範囲は calendar に依存します。

year

年を表す数値。有効な範囲は calendar に依存します。

返り値

ユリウス積算日を返します。

参考

  • cal_from_jd() - ユリウス積算日からサポートされるカレンダーに変換する
  • frenchtojd() - フランス革命暦をユリウス積算日に変換する
  • gregoriantojd() - グレゴリウス日をユリウス積算日に変換する
  • jewishtojd() - ユダヤ暦の日付けをユリウス積算日に変換する
  • juliantojd() - ユリウス暦をユリウス積算日に変換する
  • unixtojd() - Unix タイムスタンプをユリウス歴に変換する



add a note add a note User Contributed Notes
cal_to_jd
There are no user contributed notes for this page.

easter_date> <cal_info
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites