Subversion Repositories eFlore/Applications.cel

Rev

Rev 1985 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1985 Rev 1987
Line 544... Line 544...
544
}
544
}
Line 545... Line 545...
545
 
545
 
546
function configurerDatePicker() {
546
function configurerDatePicker() {
547
	$.datepicker.setDefaults($.datepicker.regional["fr"]);
547
	$.datepicker.setDefaults($.datepicker.regional["fr"]);
548
	$("#date").datepicker({
548
	$("#date").datepicker({
-
 
549
		dateFormat: "dd/mm/yy",
549
		dateFormat: "dd/mm/yy",  
550
		maxDate: new Date,
550
		showOn: "button",
551
		showOn: "button",
551
		buttonImageOnly: true,  
552
		buttonImageOnly: true,
552
		buttonImage: CALENDRIER_ICONE_URL,
553
		buttonImage: CALENDRIER_ICONE_URL,
553
		buttonText: "Afficher le calendrier pour saisir la date.",
554
		buttonText: "Afficher le calendrier pour saisir la date.",
554
		showButtonPanel: true
555
		showButtonPanel: true
555
	});
556
	});