Lines Matching refs:pattern
257 public function formatLocale($pattern = null, $locale = null) argument
271 if (strpos($pattern, "%") !== false) {
272 …LogUtility::warning("The date format ($pattern) is no more supported. Why ? Because Php has deprec…
273 return strftime($pattern, $this->dateTime->getTimestamp());
287 if ($pattern !== null) {
288 $normalFormat = explode(" ", $pattern);
293 $pattern = null;
311 $pattern
325 $pattern
333 if ($pattern === null) {
334 $pattern = "";
336 …throw new ExceptionBadSyntax("Unable to format the date with the pattern ($pattern) and locale ($l…