-
function getFormatDate(date){ var new_date = $.datepicker.formatDate("yy-mm-d", new Date(date)); return new_date; }