Hi Roman, I thought clicking a link with datepicker was the default.
I've got it working with this [ code] $('.date-pick').datePicker({clickInput:true}); [/code] class="date-pick is assigned to an input field that I have hidden with the css, so only the default text is shown. The default text is defined in the datepicker.js with the "TEXT_CHOOSE_DATE" option. I hope that helps Pete