$(document).ready(function () {
    $('.date').datepicker({dateFormat: "m/d/yy"});
});
