jQuery(document).ready(function(){
	jQuery('#date_of_cruise').datepicker({dateFormat:'yy/mm/dd'});
});
