Fix Abbreviated Genitive Month Names Parsing (#26384)
authorTarek Mahmoud Sayed <tarekms@microsoft.com>
Tue, 27 Aug 2019 19:51:12 +0000 (12:51 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 19:51:12 +0000 (12:51 -0700)
commit652fe10ce3b56709e44bf0eb252ac55d6593516c
treee4449f390e57866ad807aecf6a1dcfe0d98f3382
parentef90bce549d7f885dd2bcdf26652a9fbad4d28d7
Fix Abbreviated Genitive Month Names Parsing (#26384)

In 3.0 we have fixed the formatting to use the abbreviated genitive month names when having "d" format specifier followed by "MMM". This fix is good as original formatting specs required but we needed to support the parsing when we have such genitive names.
src/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfo.cs
src/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfoScanner.cs
src/System.Private.CoreLib/shared/System/Globalization/DateTimeParse.cs