Home » Internationalization » I18N » Bug #4142
Error in I18N_DateTime::getMonthName method
Details
| Submitted | 2005-04-14 08:47 UTC |
|---|---|
| From | p dot tomicki at digitalone dot pl |
| Status | Wont fix |
| Package | I18N |
| PHP Version | Irrelevant |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2005-04-14 08:47 UTC] p dot tomicki at digitalone dot pl
Description:
------------
There is error in class I18N_DateTime in method getMonthName() - When I could never get the name of January in my language ( polish ) but I get name of December !
Reproduce code:
---------------
There is :
if ($which==null) {
..
}
Should be :
if ($which===null) {
..
}
Expected result:
----------------
I will get correct name of every month
[2005-05-13 12:44 UTC] p dot tomicki at digitalone dot pl
a