/**
 * @author Peter
 */
$(document).ready(function() {
	
	
	$(".datepicker").datepicker({ 
	    showOn: "both", 
		dateFormat: "yy-mm-dd", 
	    buttonImage: "http://www.abryanphoto.com/calendar.gif", 
	    buttonImageOnly: true 
	});
});