|
|
@ -1079,7 +1079,7 @@ |
|
|
|
case "%b": |
|
|
|
case "%b": |
|
|
|
case "%B": |
|
|
|
case "%B": |
|
|
|
for (j = 0; j < 12; ++j) { |
|
|
|
for (j = 0; j < 12; ++j) { |
|
|
|
if (BI.Date._MN[j].substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { |
|
|
|
if (BI.getMonthName(j).substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { |
|
|
|
m = j; |
|
|
|
m = j; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
@ -1144,7 +1144,7 @@ |
|
|
|
if (a[i].search(/[a-zA-Z]+/) != -1) { |
|
|
|
if (a[i].search(/[a-zA-Z]+/) != -1) { |
|
|
|
var t = -1; |
|
|
|
var t = -1; |
|
|
|
for (j = 0; j < 12; ++j) { |
|
|
|
for (j = 0; j < 12; ++j) { |
|
|
|
if (BI.Date._MN[j].substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { |
|
|
|
if (BI.getMonthName(j).substr(0, a[i].length).toLowerCase() == a[i].toLowerCase()) { |
|
|
|
t = j; |
|
|
|
t = j; |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|