$(document).ready(function() {

$("#RequestRequestedDate").datepicker({ 
    dateFormat: "yy-mm-dd"
});

$("#JobPosted").datepicker({
    dateFormat: "yy-mm-dd"
});

$("#JobStartdate").datepicker({
    dateFormat: "yy-mm-dd"
});

$("#JobClosing").datepicker({
    dateFormat: "yy-mm-dd"
});



}); 
