I'm looking for a simple to integrate date picker object, which would be triggered when someone focused on a particular textbox. When a user clicked or focused on a textbox, the date picker interface should pop up, with the current date on it, and the user could easily select the date. When done, the textbox should have the date in the format YYYY-MM-DD (the mysql date format).
This should also be possible with 2 textboxes for picking the start and end date.
Any ideas?