Subversion Repositories eFlore/Applications.cel

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 63
Line 206... Line 206...
206
	 * 
206
	 * 
207
	 * @return la date associée à l'image
207
	 * @return la date associée à l'image
208
	 */
208
	 */
209
	public String getDate() {
209
	public String getDate() {
Line -... Line 210...
-
 
210
 
-
 
211
		if(renvoyerValeurCorrecte("ci_meta_date").equals("00/00/0000"))
-
 
212
		{
-
 
213
			return "" ;
210
 
214
		}
211
		return renvoyerValeurCorrecte("ci_meta_date");
215
		return renvoyerValeurCorrecte("ci_meta_date");
Line 212... Line 216...
212
	}
216
	}
213
 
217