Sorry this blog is deprecated.
“Read new version of this article here. code nicely formatted”, http://zendgeek.blogspot.com/2009/07/zend-framework-and-jquery-jquery-date.html
Nearly two months back I used dojo calendar in my application. Although dojo has extremely large library and provide very nice widgets like number spinner, horizontal scroller and more importantly gird, however the current calendar available is not good looking and provide only basic functionality. We were using JACS calendar before using dojo calendar in our application.
After working for a bit of time with dojo calendar we feel that we need JACS type calendar. We were looking for the latest dojo release for getting calendar with more functionality.
Today I find JQuery Date picker, which is similar to the JACS. As Zend Framework latest version now provide JQuery View helper and Form elements, so I decided to write article on it, so that developers using JQuery may find some useful information.
So lets look how to develop a nice and cool JQuery date picker.
At the end of this article we will have a calendar like the following.

Zend Frameworm and JQuery Date Picker