Datepicker problem

Datepicker problem

I am using the datepicker plugin and I am having one little problem.

I am using datepicker version: jquery.datePicker.js 98 2010-05-24 10:10:01Z

I instantiate the date-picker as follows:

$('.date-pick').datePicker(
    {
      startDate: '01/01/2001',
      endDate: (new Date()).asString(),
      clickInput: true
    }
  );

This all seems to work except the current date when clicked on does not fill out the associated text box. All other dates in the start/end range work as expected.

Any ideas where I am going wrong?

Thanks

Ken