Php/docs/function.jdtogregorian

提供:Dev Guides
< Php
2020年12月14日 (月) 12:45時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

jdtogregorian

(PHP 4, PHP 5, PHP 7)

jdtogregorianユリウス積算日をグレゴリウス日に変換する


説明

jdtogregorian ( int $julian_day ) : string

ユリウス積算日を "月/日/年" の形式でグレゴリウス日を含む文字列に変換します。


パラメータ

julian_day
ユリウス積算日を表す整数値。


返り値

グレゴリウス暦の日付を "月/日/年" 形式の文字列で返します。


参考

  • gregoriantojd() - グレゴリウス日をユリウス積算日に変換する
  • cal_from_jd() - ユリウス積算日からサポートされるカレンダーに変換する