[Locale] add a list of unimplemented date format keywords

This commit is contained in:
Igor Wiedler 2011-02-08 08:55:53 +01:00
parent cbfaaef76e
commit cc6f996334

View File

@ -49,6 +49,7 @@ class StubIntlDateFormatter
$dateTime->setTimestamp($timestamp);
$dateTime->setTimezone($this->dateTimeZone);
// not implemented: YuwWFgecSAZvVW
$specialChars = 'MLydGQqhDEaHkKmsz';
$specialCharsArray = str_split($specialChars);
$specialCharsMatch = implode('|', array_map(function($char) {