Lines Matching refs:for
13 This provides a cross-platform alternative to strftime() for when it will be removed from PHP.
99 …SO-8601 numeric representation of the day of the week | `1` (for `Monday`) through `7` (for `Sunda…
100 …umeric representation of the day of the week | `0` (for `Sunday`) through `6` (for `Satur…
106 … | `13` (for the `13th full week…
107 … Monday being the start of the week | `01` through `53` (where 53 accounts for an overlapping week…
108 …the first week | `46` (for the `46th week of t…
119 …epresentation of the month | `01` (for `January`) through `12` (for `Dece…
125 …ation of the century (year divided by 100, truncated to an integer) | `19` for the `20th Century` …
126 …the year going by ISO-8601:1988 standards (see `%V`) | Example: `09` for the week of `Januar…
127 … `%g` | Example: `2009` for the `January 3, 200…
128 … | Example: `09` for `2009`, `79` for `1979` …
129 | `%Y` | Four digit representation for the year |…
140 …based on the given time | Example: `AM` for `00:31`, `PM` for `22:23` …
141 …based on the given time | Example: `am` for `00:31`, `pm` for `22:23` …
142 … | Example: `09:34:17 PM` for `21:34:17` …
143 … | Example: `00:35` for `12:35 AM`, `16:44` for `4:44 P…
145 … | Example: `21:34:17` for `09:34:17 PM` …
147 … | Example: `-0500` for `US Eastern Time` …
148 …iation | Example: `EST` for `Eastern Time` …
154 …amp based on locale | Example: `Tue Feb 5 00:45:10 2009` for `February 5, 2009 a…
155 …m/%d/%y`" | Example: `02/05/09` for `February 5, 2009` …
156 …%m-%d`" (commonly used in database datestamps) | Example: `2009-02-05` for `February 5, 2009` …
157 …ime timestamp (same as the `time()` function) | Example: `305815200` for `September 10, 1979…
158 …ate representation based on locale, without the time | Example: `02/05/09` for `February 5, 2009` …