Dear Kbwood.au
I also added
$('#items_table').find('.datepicker').datepicker( "option", "dateFormat", "dd-mm-yy" );
so that date format will be dd-mm-yy
Sir
Basically
$('#items_table').find('.datepicker').
finds an element '.datepicker'
and changes / assigns the property
Million Thanks