
jQuery(document).ready(function ()
{

	jQuery('.calendar').datepicker({
		buttonImage: '/images/date.png', 
		showOn: 'both', 
		clickInput:true, 
		startDate:'01/01/1996', 
		buttonImageOnly:true, 
		dateFormat: 'dd.mm.yy'
		//numberOfMonths: [1, 3],
		//showAnim: 'show'
	});

});



