Lines Matching refs:of

21 # Table of contents
41 [TOC](#table-of-contents)
60 [TOC](#table-of-contents)
63 …hp/strftime/raw/master/src/php-8.1-strftime.php) and save it to an accessible path of your project.
71 [TOC](#table-of-contents)
79 [TOC](#table-of-contents)
87 [TOC](#table-of-contents)
94 | `%a` | An abbreviated textual representation of the day | `Sun` through `Sat` …
95 | `%A` | A full textual representation of the day | `Sunday` through `Saturday` …
96 | `%d` | Two-digit day of the month (with leading zeros) | `01` to `31` …
97 | `%e` | Day of the month, with a space preceding single digits | `' 1'` to `'31'` …
98 | `%j` | Day of the year, 3 digits with leading zeros | `001` to `366` …
99 | `%u` | ISO-8601 numeric representation of the day of the week | `1` (for `Monday`) through `7` …
100 | `%w` | Numeric representation of the day of the week | `0` (for `Sunday`) through `6` …
102 [TOC](#table-of-contents)
106of the given year, starting with the first Sunday as the first week …
107 …1:1988 week number of the given year, starting withthe first week of the year with at least 4 week…
108of the week of the year, starting with the first Monday as the first week …
112 [TOC](#table-of-contents)
118 | `%h` | Abbreviated month name, based on the locale (an alias of `%b`) | `Jan` through `Dec` …
119 | `%m` | Two digit representation of the month | `01` (for `January`) th…
121 [TOC](#table-of-contents)
125 | `%C` | Two digit representation of the century (year divided by 100, truncated to an integer) |…
126 …` | Two digit representation of the year going by ISO-8601:1988 standards (see `%V`) | Exam…
127 | `%G` | The full four-digit version of `%g` |…
128 | `%y` | Two digit representation of the year |…
131 [TOC](#table-of-contents)
135 | `%H` | Two digit representation of the hour in 24-hour format | `00` thr…
137 | `%I` | Two digit representation of the hour in 12-hour format | `01` thr…
139 | `%M` | Two digit representation of the minute | `00` thr…
144 | `%S` | Two digit representation of the second | `00` thr…
150 [TOC](#table-of-contents)
160 [TOC](#table-of-contents)
168 [TOC](#table-of-contents)