Lines Matching full:through
94 | `%a` | An abbreviated textual representation of the day | `Sun` through `Sat` …
95 | `%A` | A full textual representation of the day | `Sunday` through `Saturday` …
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` …
107 …with at least 4 weekdays, with Monday being the start of the week | `01` through `53` (where 53 ac…
116 | `%b` | Abbreviated month name, based on the locale | `Jan` through `Dec` …
117 | `%B` | Full month name, based on the locale | `January` through `Dece…
118 | `%h` | Abbreviated month name, based on the locale (an alias of `%b`) | `Jan` through `Dec` …
119 …resentation of the month | `01` (for `January`) through `12` (for `Decemb…
135 …presentation of the hour in 24-hour format | `00` through `23` …
136 …r format, with a space preceding single digits | `' 0'` through `'23'` …
137 …presentation of the hour in 12-hour format | `01` through `12` …
138 …') Hour in 12-hour format, with a space preceding single digits | `' 1'` through `'12'` …
139 …presentation of the minute | `00` through `59` …
144 …presentation of the second | `00` through `59` …