views:

59

answers:

0

Hi there,

I am using latest version of 'Jquery-ui' datepicker. i am trying to make the datepicker readonly(no more selections) with a given input date highlighted.

i did not find any way to make it readonly but i was able to highlight a given date to some extent (though today's date appears to be more highlighted).

my code looks:

$("#dateshow").datepicker({gotoCurrent: true,defaultDate: $("#dueDate").val()});

i think it is more to do with css, but is there any provided way to do things?

thanks