$(document).ready(function(){
    $("input.dateField").datepicker({
        dateFormat: 'yy-mm-dd'
    });
});