
				
				// setup for formidable::rdt_date tx_ameosafrecherche_avancee::fake_start

				_ameosformidableRdtDateCalendar_dcd35fbe46 = function() {
					
					Calendar.setup({
						inputField     :    "tx_ameosafrecherche_avancee[fake_start]",      // id of the input field
						ifFormat       :    "%d/%m/%Y",       // format of the input field
						showsTime      :    false,            // will display a time selector
						button         :    "tx_ameosafrecherche_avancee[fake_start_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)
					});
				}
		