Steven Hammons
Steven Hammons

Reputation: 1810

How do I make a popup date picker for jQuery?

How do I make a popup date picker for jQuery?

Upvotes: 0

Views: 286

Answers (5)

Shaz
Shaz

Reputation: 15867

Since four others have already posted the link as well, you can find an example here: http://jqueryui.com/demos/datepicker/

Even better: http://jqueryui.com/demos/datepicker/default.html

Upvotes: 4

Laxman13
Laxman13

Reputation: 5211

You can use jQuery UI and use the Datepicker Widget

Upvotes: 1

mdm20
mdm20

Reputation: 4563

Jquery UI has a datepicker control already. Here is the link

Upvotes: 1

Ian Hughes
Ian Hughes

Reputation: 401

You can use the jQuery UI datepicker. See http://jqueryui.com/demos/datepicker/

Upvotes: 3

Leticia Meyer
Leticia Meyer

Reputation: 167

Something like this perhaps? http://jqueryui.com/demos/datepicker/

Upvotes: 1

Related Questions