I have the following code for the jQuery UI datepicker:
$(function() { $(\".date\").datepicker({ showOn: \'button\', buttonTe
Make it become a jQuery UI button since you already have the framework loaded ;)
http://www.robertmullaney.com/2011/08/26/make-jquery-datepicker-use-ui-button/
Disclaimer: My Blog