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:
I had the same issue. Changing the input's type from text to date should fix your problem. (https://github.com/zendframework/zf2/issues/3724)
text
date