// JavaScript Document
$(function() {
	$(".datepicker").datepicker({ dateFormat: 'yy-mm-dd' });
});
