mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-3659 changed max Islamic calendar DAY_OF_MONTH from 30 to 31
X-SVN-Rev: 15575
This commit is contained in:
parent
6c416836d5
commit
4baf748f2c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ static const int32_t LIMITS[UCAL_FIELD_COUNT][4] = {
|
|||
{ 0, 0, 11, 11 }, // MONTH
|
||||
{ 1, 1, 51, 52 }, // WEEK_OF_YEAR
|
||||
{ 0, 0, 5, 6 }, // WEEK_OF_MONTH
|
||||
{ 1, 1, 29, 30 }, // DAY_OF_MONTH
|
||||
{ 1, 1, 29, 31 }, // DAY_OF_MONTH [alan max changed 30->31]
|
||||
{ 1, 1, 354, 355 }, // DAY_OF_YEAR
|
||||
{/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // DAY_OF_WEEK
|
||||
{ -1, -1, 4, 5 }, // DAY_OF_WEEK_IN_MONTH
|
||||
|
|
Loading…
Add table
Reference in a new issue