forked from extern/egroupware
fix to get select-month accept a value like '02' for februar
This commit is contained in:
parent
ee4ac7ac0b
commit
aba4105393
@ -456,6 +456,7 @@
|
|||||||
|
|
||||||
case 'select-month':
|
case 'select-month':
|
||||||
$cell['sel_options'] = $this->monthnames;
|
$cell['sel_options'] = $this->monthnames;
|
||||||
|
$value = intval($value);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'select-day':
|
case 'select-day':
|
||||||
|
Loading…
Reference in New Issue
Block a user