Reputation: 15338
am looking for a js/jQuery plugins datepicker like this http://www.styledisplay.com/mootoolsdatepicker/ because this one uses MooTools, with dropdown year and month
thanks a lot
Upvotes: 1
Views: 4818
Reputation: 7536
I have used
but there are many more options:
But I would really really advise you to use jQuery UI Datepicker it is the most stable and supported datepicker and when it comes to ressource concerns, use the google cdn api and load it from there so you don't need to add more .js files to your project.
Upvotes: 1
Reputation: 6780
jQuery UI has a built in datepicker. You can build/tailor your distribution of jQuery UI to your needs if your concern is that it is resource intensive.
Try building it with only the necessary modules and you should be fine.
jQuery UI is very stable/customizable and should more than suit your needs.
Upvotes: 3