Replace toArray by toString
This commit is contained in:
parent
ce204cefc6
commit
30646864e9
@ -1629,7 +1629,7 @@ class SaisieController extends Zend_Controller_Action
|
||||
$dateNbActions = '';
|
||||
} else {
|
||||
$date = new Zend_Date($params['dateNbActions'], 'dd/MM/yyyy');
|
||||
$dateNbActions = $date->toArray('yyyyMMdd');
|
||||
$dateNbActions = $date->toString('yyyyMMdd');
|
||||
}
|
||||
|
||||
$infos = array(
|
||||
|
Loading…
Reference in New Issue
Block a user