//fecha caducidad setup del calendario
Calendar.setup({
		inputField     :    "fechaDesdePleno",
		ifFormat       :    "%d/%m/%Y",
		button         :    "botonFechaDesdePleno",
		align          :    "cR",
		singleClick    :    false,
		weekNumbers    :    false,
		mondayFirst    :    true,
		showsTime      :    true,
		timeFormat     :    "12"
	      })

