$(document).ready(function() {

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

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



}); 

