On 8 Giu, 05:36, mark <[EMAIL PROTECTED]> wrote:
> but if i do this
>
>  $('#date').datepicker("setDate", new Date ( "January 6, 1972" ));

try adding curly braces, to define an object, like this:

$('#date').datepicker({defaultDate: new Date ( "January 6, 1972" )});

Reply via email to