fix to get select-month accept a value like '02' for februar

This commit is contained in:
Ralf Becker 2002-10-06 00:16:31 +00:00
parent ee4ac7ac0b
commit aba4105393

View File

@ -456,6 +456,7 @@
case 'select-month':
$cell['sel_options'] = $this->monthnames;
$value = intval($value);
break;
case 'select-day':