検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 66 for DAY (0.006 sec.)
フランス革命暦をユリウス積算日に変換する 7762
« easter_days gregoriantojd » PHP Manual カレンダー 関数 フランス革命暦をユリウス積算日に変換する ... 積算日に変換する 説明 frenchtojd ( int $month , int $day , int $year ): int 日付けをフランス革命暦からユリウ ... miaire) から 13 (各年の最後の 5-6 日) までの数字。 day 日を表す、1 から 30 までの数字。 year 年を表す、1 ... ド: 変換 , 積算 , int , 数字 , frenchtojd , month , day , year , 期間 , cal ...
https://man.plustar.jp/php/function.frenchtojd.html - [similar]
指定された時刻と、このオブジェクトの時刻の差を計算する 7677
« IntlCalendar::equals IntlCalendar::fromDateTime » PHP Manual IntlCalendar 指定された時刻と、こ ... erence in time is %d year(s), %d month(s), " . "%d day(s), %d hour(s) and %d minute(s)\n" , $cal1 -> fiel ... -> fieldDifference ( $time , IntlCalendar :: FIELD_DAY_OF_MONTH ), $cal1 -> fieldDifference ( $time , Int ... lCalendar :: FIELD_HOUR_OF_DAY ), $cal1 -> fieldDifference ( $time , IntlCalendar ... The difference in time is 1 year(s), 0 month(s), 1 day(s), 0 hour(s) and 19 minute(s) Time after: 1 mars ...
https://man.plustar.jp/php/intlcalendar.fielddifference.html - [similar]
ユダヤ暦の日付けをユリウス積算日に変換する 7605
« jdtounix juliantojd » PHP Manual カレンダー 関数 ユダヤ暦の日付けをユリウス積算日に変換する je ... 積算日に変換する 説明 jewishtojd ( int $month , int $day , int $year ): int この関数では1年(紀元前3761年)に ... 年では Adar I と Adar II をそれぞれ意味しています。 day 日を表す、 1 から 30 までの数値。 月が29日しかない ... , int , 意味 , 数値 , Adar , jewishtojd , month , day , 関数 ...
https://man.plustar.jp/php/function.jewishtojd.html - [similar]
日付を設定する 7520
« DateTimeImmutable::__set_state DateTimeImmutable::setISODate » PHP Manual DateTimeImmutable 日 ... Immutable::setDate ( int $year , int $month , int $day ): DateTimeImmutable DateTimeImmutable オブジェクト ... 更します。 year その日付の年。 month その日付の月。 day その日付の日。 戻り値 新しく変更された DateTimeImm ... eImmutable , 設定 , オブジェクト , setDate , int , day , 出力 , month , 変更 ...
https://man.plustar.jp/php/datetimeimmutable.setdate.html - [similar]
ユリウス暦をユリウス積算日に変換する 7448
« jewishtojd unixtojd » PHP Manual カレンダー 関数 ユリウス暦をユリウス積算日に変換する julianto ... 積算日に変換する 説明 juliantojd ( int $month , int $day , int $year ): int ユリウス暦は紀元前 4713 年から紀 ... (for January) から 12 (for December) までの数値。 day 日を表す、1 から 31 までの数値。 year 年を表す、-4 ... , juliantojd , 数値 , year , 文化 , 日付 , 紀元 , day ...
https://man.plustar.jp/php/function.juliantojd.html - [similar]
指定されたフィールドの、ローカルな最大値のうち、最小の値を返す 7363
« IntlCalendar::getKeywordValuesForLocale IntlCalendar::getLocale » PHP Manual IntlCalendar 指定 ... ( $cal -> getLeastMaximum ( IntlCalendar :: FIELD_DAY_OF_MONTH ), // 28 $cal -> getActualMaximum ( IntlC ... alendar :: FIELD_DAY_OF_MONTH ), // 30 $cal -> getMaximum ( IntlCalenda ... r :: FIELD_DAY_OF_MONTH ) // 31 ); 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/intlcalendar.getleastmaximum.html - [similar]
グレゴリウス日をユリウス積算日に変換する 7206
« frenchtojd jddayofweek » PHP Manual カレンダー 関数 グレゴリウス日をユリウス積算日に変換する g ... 日に変換する 説明 gregoriantojd ( int $month , int $day , int $year ): int 有効なグレゴリウス暦の範囲は紀元 ... 、オーバーフローが発生します; 例を参照してください。 day 日を表す、1 から 31 までの数字。 year 年を表す、-4 ... int , 意味 , 数字 , gregoriantojd , 関数 , month , day , year ...
https://man.plustar.jp/php/function.gregoriantojd.html - [similar]
サポートされるカレンダーからユリウス積算日に変換する 6821
« cal_info easter_date » PHP Manual カレンダー 関数 サポートされるカレンダーからユリウス積算日に ... 説明 cal_to_jd ( int $calendar , int $month , int $day , int $year ): int cal_to_jd() は、指定した calend ... 月を表す数値。有効な範囲は calendar に依存します。 day 日を表す数値。有効な範囲は calendar に依存します。 ...
https://man.plustar.jp/php/function.cal-to-jd.html - [similar]
マルチバイト文字列にコールバック関数を用いた正規表現による置換を行う 6821
« mb_ereg_match mb_ereg_replace » PHP Manual マルチバイト文字列 関数 マルチバイト文字列にコールバ ... get this up to date for 2003 $text = "April fools day is 04/01/2002\n" ; $text .= "Last christmas was 12 ... t ); ?> 上の例の出力は以下となります。 April fools day is 04/01/2003 Last christmas was 12/24/2002 例2 匿 ... get this up to date for 2003 $text = "April fools day is 04/01/2002\n" ; $text .= "Last christmas was 12 ...
https://man.plustar.jp/php/function.mb-ereg-replace-callback.html - [similar]
日付/時刻 の算術 6735
« 例 DateTime » PHP Manual 例 日付/時刻 の算術 日付/時刻 の算術 以下の例は、DST(夏時間) への移行 ... 。 <?php echo "Normal year:\n" ; // February has 28 days $dt = new DateTimeImmutable ( "2015-01-31 00:00:0 ... PHP_EOL ; echo "Leap year:\n" ; // February has 29 days $dt = new DateTimeImmutable ( "2016-01-31 00:00:0 ... るために(つまり、オーバーフローを避けるため)、 last day of フォーマットも利用できます。 <?php echo "Normal ... year:\n" ; // February has 28 days $dt = new DateTimeImmutable ( "2015-01-31 00:00:0 ...
https://man.plustar.jp/php/datetime.examples-arithmetic.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT