検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 28 for gregorian (0.008 sec.)
日付/時刻 の値を文字列としてフォーマットする 12388
« IntlDateFormatter::create IntlDateFormatter::formatObject » PHP Manual IntlDateFormatter 日付/ ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'First Formatted output is ' . datefmt_for ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Second Formatted output is ' . datefmt_fo ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN , 'MM/dd/yyyy' ); echo 'First Formatted output wit ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN , 'MM/dd/yyyy' ); echo "Second Formatted output wi ...
https://man.plustar.jp/php/intldateformatter.format.html - [similar]
Date Formatter を作成する 12257
« IntlDateFormatter IntlDateFormatter::format » PHP Manual IntlDateFormatter Date Formatter を作 ... ー。デフォルトは null で、 これは IntlDateFormatter::GREGORIAN を表します。 IntlDateFormatter のカレンダー定数 あ ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo "First Formatted output is " . datefmt_for ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo "Second Formatted output is " . datefmt_fo ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN , "MM/dd/yyyy" ); echo "First Formatted output wit ...
https://man.plustar.jp/php/intldateformatter.create.html - [similar]
IntlDateFormatter が使用する日付形式を取得する 9995
« IntlDateFormatter::getCalendar IntlDateFormatter::getErrorCode » PHP Manual IntlDateFormatter ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'datetype of the formatter is : ' . datefm ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Now datetype of the formatter is : ' . da ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'datetype of the formatter is : ' . $fmt - ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Now datetype of the formatter is : ' . $f ...
https://man.plustar.jp/php/intldateformatter.getdatetype.html - [similar]
IntlDateFormatter が使用する時刻形式を取得する 9995
« IntlDateFormatter::getPattern IntlDateFormatter::getTimeZoneId » PHP Manual IntlDateFormatter ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'timetype of the formatter is : ' . datefm ... ORT , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Now timetype of the formatter is : ' . da ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'timetype of the formatter is : ' . $fmt - ... ORT , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Now timetype of the formatter is : ' . $f ...
https://man.plustar.jp/php/intldateformatter.gettimetype.html - [similar]
Formatter が使用するロケールを取得する 9864
« IntlDateFormatter::getErrorMessage IntlDateFormatter::getPattern » PHP Manual IntlDateFormatte ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'locale of the formatter is : ' . datefmt_ ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'locale of the formatter is : ' . datefmt_ ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'locale of the formatter is : ' . $fmt -> ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'locale of the formatter is : ' . $fmt -> ...
https://man.plustar.jp/php/intldateformatter.getlocale.html - [similar]
カレンダーのタイプを取得する 9454
« IntlCalendar::getTimeZone IntlCalendar::getWeekendTransition » PHP Manual IntlCalendar カレンダ ... カレンダーのタイプを示す文字列を返します。 たとえば 'gregorian' , 'islamic' のようなものです。 例 例1 IntlCalenda ... ); var_dump ( $cal -> getType ()); $cal = new IntlGregorianCalendar (); var_dump ( $cal -> getType ()); 上の例 ... ります。 string(19) "ethiopic-amete-alem" string(9) "gregorian" 関連キーワード: タイプ , IntlCalendar , 取得 , ge ... tType , string , calendar , キーワード , gregorian , public , インスタンス ...
https://man.plustar.jp/php/intlcalendar.gettype.html - [similar]
文字列をパースしてタイムスタンプにする 9323
« IntlDateFormatter::localtime IntlDateFormatter::setCalendar » PHP Manual IntlDateFormatter 文字 ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'First parsed output is ' . $fmt -> parse ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); ?> 例2 datefmt_parse() の例 <?php $fmt = datefm ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'First parsed output is ' . datefmt_parse ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'Second parsed output is ' . datefmt_parse ...
https://man.plustar.jp/php/intldateformatter.parse.html - [similar]
定義済み定数 9192
« リソース型 カレンダー 関数 » PHP Manual カレンダー 定義済み定数 定義済み定数 以下の定数が定義さ ... 暦に従って復活祭の日付を計算する。 CAL_EASTER_ALWAYS_GREGORIAN ( int ) easter_days() で、先発グレゴリオ暦に従って ... 、ユリウス暦に従って、 復活祭の日付を計算する。 CAL_GREGORIAN ( int ) cal_days_in_month() 、 cal_from_jd() 、 ca ... ) jddayofweek() で、曜日の英語名を返す。 CAL_MONTH_GREGORIAN_SHORT ( int ) jdmonthname() で、省略形のグレゴリオ ... 歴月名を返す。 CAL_MONTH_GREGORIAN_LONG ( int ) jdmonthname() で、グレゴリオ歴月名を返 ...
https://man.plustar.jp/php/calendar.constants.html - [similar]
IntlDateFormatter が使用するカレンダー型を取得する 9061
« IntlDateFormatter::formatObject IntlDateFormatter::getDateType » PHP Manual IntlDateFormatter ... Formatter::TRADITIONAL あるいは IntlDateFormatter::GREGORIAN です。 失敗時に false を返します。 例 例1 datefmt_ ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'calendar of the formatter is : ' . datefm ... ULL , 'America/Los_Angeles' , IntlDateFormatter :: GREGORIAN ); echo 'calendar of the formatter is : ' . $fmt - ...
https://man.plustar.jp/php/intldateformatter.getcalendar.html - [similar]
特定のカレンダーに関する情報を返す 8799
« cal_from_jd cal_to_jd » PHP Manual カレンダー 関数 特定のカレンダーに関する情報を返す cal_info ... 能なカレンダー名は以下のとおりです。 0 あるいは CAL_GREGORIAN - グレゴリウス暦 1 あるいは CAL_JULIAN - ユリウス暦 ... [12] => Dec ) [maxdaysinmonth] => 31 [calname] => Gregorian [calsymbol] => CAL_GREGORIAN ) 関連キーワード: 情報 ...
https://man.plustar.jp/php/function.cal-info.html - [similar]
PREV 1 2 3 NEXT