$(document).ready(init);
function init()
{
$.datePicker.setDateFormat('dmy','-');
$('input#date1').datePicker({startDate:'01/01/1970'});
}

