Reputation:
I want to use date picker on my form for selecting date.
I googled for it and found mostly import library scripts from live site. I don't want to use them.They are of limited use and I can't customize them.
Is there any good customizable date picker plugin which I can integrate and customize according my needs
I am working on zend-framework and heared about zendx. Is there any inbuilt date picker which I can call on my form element and how ?
Upvotes: 0
Views: 920
Reputation: 4330
You can use Zendx library for make datepicker element. Read this one.
http://framework.zend.com/manual/en/zendx.jquery.view.html
Upvotes: 0
Reputation: 22152
For one of my projects based on Zend Framework, I used the UI jQuery Datepicker. You can find it here: http://jqueryui.com/demos/datepicker/
Another usefull link is this: Zend Framework - JQuery - Date Picker - Format Date to YYYY-mm-dd
Upvotes: 1