$(function() {
	$('.date-pick').datepicker({
			showButtonPanel: true,
			dateFormat: 'yy-mm-dd'
		});
		
	$('#lekerd').click(function() {
		var datefrom = $("input#date1").val();
		var dateto = $("input#date2").val();
		
		//$("#dateform").attr('action','/lekerdez1');
		$("#dateform").submit();
	});
});
