0

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 ?

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks Aurelio. I will try. Can I change date format using it ?
@Dorman Sure, you can. In the first link you'll also find several examples.
0

You can use Zendx library for make datepicker element. Read this one.

http://framework.zend.com/manual/en/zendx.jquery.view.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.