Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 224 Rev 225
Line 180... Line 180...
180
	
180
	
Line 181... Line 181...
181
	anneeEnCours = getAnneeEnCoursDeConsultation();
181
	anneeEnCours = getAnneeEnCoursDeConsultation();
Line 182... Line 182...
182
	
182
	
-
 
183
	dateMax = '31/12/'+anneeEnCours;
183
	dateMax = '31/12/'+anneeEnCours;
184
	
184
	
185
	dateCourante = new Date();
185
	dateCourante = new Date(); 
186
	
Line 186... Line 187...
186
	if(anneeEnCours == dateCourante.getFullYear()) {
187
	if(anneeEnCours == dateCourante.getFullYear()) {
187
		dateMax = dateCourante.getDate()+'/'+dateCourante.getMonth()+'/'+anneeEnCours;
188
		dateMax = dateCourante.getDate()+'/'+(dateCourante.getMonth()+ 1)+'/'+anneeEnCours;