I\'m using Zend framework with Bootstrap and ReverseForm adapter, and have an interesting problem with it: when I use Bootstrap Datepicker in Zend Form I\'ve the next exception:
No the mistake apparently came from your code or maybe the point is you have to do if is an editAction not just bind but add:
$form->bind($document);
$form->get('datenais')->setValue($document->getDatenais()->format('Y-m-d'));
I know not the clean way but it will solve your problem. If your find another way i'll glad to see your piece of code.