Results of 1 - 10 of about 19 for WEEK (0.007 sec.)
- 週の始まりと見なされる曜日を設定する 13335
- « IntlCalendar::set IntlCalendar::setLenient » PHP Manual IntlCalendar 週の始まりと見なされる曜日
...
を設定する IntlCalendar::setFirstDayOfWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) In ...
tlCalendar::setFirstDayOfWeek — 週の始まりと見なされる曜日を設定する 説明 オブジ ...
ェクト指向型 public IntlCalendar::setFirstDayOfWeek ( int $dayOfWeek ): bool 手続き型 intlcal_set_firs ...
t_day_of_week ( IntlCalendar $calendar , int $dayOfWeek ): bool ...
-
https://man.plustar.jp/php/intlcalendar.setfirstdayofweek.html
- [similar]
- 特定の年や月における、最初の週の日数の最小値を返す 11645
- « IntlCalendar::getMaximum IntlCalendar::getMinimum » PHP Manual IntlCalendar 特定の年や月におけ
...
数の最小値を返す IntlCalendar::getMinimalDaysInFirstWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) In ...
tlCalendar::getMinimalDaysInFirstWeek — 特定の年や月における、最初の週の日数の最小値を返 ...
クト指向型 public IntlCalendar::getMinimalDaysInFirstWeek (): int | false 手続き型 intlcal_get_minimal_days_ ...
in_first_week ( IntlCalendar $calendar ): int | false 特定の年や ...
-
https://man.plustar.jp/php/intlcalendar.getminimaldaysinfirstweek.html
- [similar]
- 相対的な書式 9801
- « 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対
...
' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' daytext 'weekday' | 'weekdays' number [+-]?[0-9]+ ordinal 'first ...
night' | 'forthnight' | 'month' | 'year') 's'?) | 'weeks' | daytext 日付に基づいた表記 書式 説明 例 'yeste ...
。 "last sat of July 2008" number space ? ( unit | 'week') 値を数値で指定するような、相対的な時間指定を処理 ...
します。 "+5 weeks", "12 day", "-7 weekdays" ordinal space unit 値を ...
-
https://man.plustar.jp/php/datetime.formats.relative.html
- [similar]
- データの比較にコールバック関数を用い、配列の差を計算する 9750
- « array_udiff_uassoc array_uintersect_assoc » PHP Manual 配列 関数 データの比較にコールバック関数
...
$booked = array(); public function __construct ( $week = 'now' ) { $start = new DateTime ( $week ); $star ...
t -> modify ( 'Monday this week midnight' ); $end = clone $start ; $end -> modify ...
( 'Friday this week midnight' ); $interval = new DateInterval ( 'P1D' ...
ar -> bookAppointment (new DateTime ( 'Monday this week' ), "Cleaning GoogleGuy's apartment." ); $myCalend ...
-
https://man.plustar.jp/php/function.array-udiff.html
- [similar]
- ロケールの設定に基づいてローカルな日付・時間をフォーマットする 9698
- « mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ
...
he second' , 'T' => 'Same as "%H:%M:%S"' , 'U' => 'Week number of the given year, starting with the first ...
Sunday as the first week' , 'V' => 'ISO-8601:1988 week number of the given ...
year, starting with the first week of the year with at least 4 weekdays, with Monday ...
being the start of the week' , 'W' => 'A numeric representation of the week of ...
-
https://man.plustar.jp/php/function.strftime.html
- [similar]
- IntlCalendar クラス 8827
- « MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalen
...
= 1 ; const int FIELD_MONTH = 2 ; const int FIELD_WEEK_OF_YEAR = 3 ; const int FIELD_WEEK_OF_MONTH = 4 ; ...
int FIELD_DAY_OF_YEAR = 6 ; const int FIELD_DAY_OF_WEEK = 7 ; const int FIELD_DAY_OF_WEEK_IN_MONTH = 8 ; c ...
; const int DOW_SATURDAY = 7 ; const int DOW_TYPE_WEEKDAY = 0 ; const int DOW_TYPE_WEEKEND = 1 ; const in ...
t DOW_TYPE_WEEKEND_OFFSET = 2 ; const int DOW_TYPE_WEEKEND_CEASE = ...
-
https://man.plustar.jp/php/class.intlcalendar.html
- [similar]
- フィールドの値を取得する 8827
- « IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールド
...
) 1 1 (FIELD_YEAR) 2013 2 (FIELD_MONTH) 6 3 (FIELD_WEEK_OF_YEAR) 27 4 (FIELD_WEEK_OF_MONTH) 1 5 (FIELD_DAY ...
MONTH) 1 6 (FIELD_DAY_OF_YEAR) 182 7 (FIELD_DAY_OF_WEEK) 2 8 (FIELD_DAY_OF_WEEK_IN_MONTH) 1 9 (FIELD_AM_PM ...
tlCalendar , 取得 , DAY , OF , 値 , YEAR , MONTH , WEEK , int ...
-
https://man.plustar.jp/php/intlcalendar.get.html
- [similar]
- ISO 形式の日付を設定する 8776
- « DateTime::setDate DateTime::setTime » PHP Manual DateTime ISO 形式の日付を設定する DateTime::s
...
向型 public DateTime::setISODate ( int $year , int $week , int $dayOfWeek = 1 ): DateTime 手続き型 date_iso ...
date_set ( DateTime $object , int $year , int $week , int $dayOfWeek = 1 ): DateTime ISO 8601 標準形式 ...
、このオブジェクトを変更します。 year その日付の年。 week その日付の週。 dayOfWeek 週の最初の日からのオフセッ ...
int , setISODate , オブジェクト , date , isodate , week ...
-
https://man.plustar.jp/php/datetime.setisodate.html
- [similar]
- 現在の Unix タイムスタンプを返す 8623
- « strtotime timezone_abbreviations_list » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプを
...
cho 'Now: ' . date ( 'Y-m-d' ) . "\n" ; echo 'Next Week: ' . date ( 'Y-m-d' , strtotime ( '+1 week' )) . " ...
たとえば以下のようになります。 Now: 2022-06-04 Next Week: 2022-06-11 注意 ヒント $_SERVER['REQUEST_TIME'] に ...
, 注意 , 情報 , 日付 , 関数 , パラメータ , Next , Week ...
-
https://man.plustar.jp/php/function.time.html
- [similar]
- カレンダーのロケールに基づいて、週の始めの日を返す 8059
- « IntlCalendar::getErrorMessage IntlCalendar::getGreatestMinimum » PHP Manual IntlCalendar カレン
...
いて、週の始めの日を返す IntlCalendar::getFirstDayOfWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) In ...
tlCalendar::getFirstDayOfWeek — カレンダーのロケールに基づいて、週の始めの日を返 ...
オブジェクト指向型 public IntlCalendar::getFirstDayOfWeek (): int | false 手続き型 intlcal_get_first_day_of_ ...
に基づくデフォルト値か、 IntlCalendar::setFirstDayOfWeek() で設定された値です。 パラメータ calendar IntlCal ...
-
https://man.plustar.jp/php/intlcalendar.getfirstdayofweek.html
- [similar]