Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2622 Rev 2624
Line 275... Line 275...
275
				mois= ent.getMois() ;
275
				mois= ent.getMois() ;
276
				String moisLettre = Util.renvoyerMois(Integer.parseInt(mois)) ;
276
				String moisLettre = Util.renvoyerMois(Integer.parseInt(mois)) ;
277
				jour= ent.getJour() ;
277
				jour= ent.getJour() ;
Line 278... Line 278...
278
				
278
				
279
				if(annee.contains("0000")) {
279
				if(annee.contains("0000")) {
280
					annee="Inconnue" ;
280
					annee=Msg.get("inconnue") ;
Line 281... Line 281...
281
				}
281
				}
282
				
282
				
283
				if(jour.contains("00")) {
283
				if(jour.contains("00")) {
Line 284... Line 284...
284
					jour="Inconnue" ;
284
					jour=Msg.get("inconnue") ;
285
				}
285
				}
286
				
286
				
Line 406... Line 406...
406
			String moisLettre = Util.renvoyerMois(Integer.parseInt(mois)) ;
406
			String moisLettre = Util.renvoyerMois(Integer.parseInt(mois)) ;
Line 407... Line 407...
407
			
407
			
Line 408... Line 408...
408
			Node root = arbreDonneesDates.getRootNode() ;
408
			Node root = arbreDonneesDates.getRootNode() ;
409
			
409
			
410
			if(annee.contains("0000") || annee.equals(null)) {
410
			if(annee.contains("0000") || annee.equals(null)) {
Line 411... Line 411...
411
				annee="Inconnue" ;
411
				annee=Msg.get("inconnue") ;
412
			}
412
			}
413
			
413
			
Line 414... Line 414...
414
			if(jour.contains("00") || jour.equals(null)) {
414
			if(jour.contains("00") || jour.equals(null)) {
415
				jour="Inconnue" ;
415
				jour=Msg.get("inconnue") ;
416
			}
416
			}