
				
				// setup for formidable::rdt_date tx_mdrselitebizic_pi1_ic_product01_contactform::birthday_datum

				_ameosformidableRdtDateCalendar_5d917f4b19 = function() {
					
					Calendar.setup({
						inputField     :    "tx_mdrselitebizic_pi1_ic_product01_contactform[birthday_datum]",      // id of the input field
						ifFormat       :    "%d.%m.%Y",       // format of the input field
						showsTime      :    false,            // will display a time selector
						button         :    "tx_mdrselitebizic_pi1_ic_product01_contactform[birthday_datum_trigger]",   // trigger for the calendar (button ID)
						singleClick    :    true,           // double-click mode
						step           :    1                // show all years in drop-down boxes (instead of every other year as default)
					});
				}
		
