Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 961 Rev 995
Line 297... Line 297...
297
	// TODO: fonction temporaire
297
	// TODO: fonction temporaire
298
	private function formaterDateSqlVersDateAvecSlash($date_sql) {
298
	private function formaterDateSqlVersDateAvecSlash($date_sql) {
Line 299... Line 299...
299
		
299
		
Line 300... Line 300...
300
		$date_formatee = '';
300
		$date_formatee = '';
301
		
301
		
302
		$date = split("-",$date_sql) ;
302
		$date = explode("-",$date_sql) ;
303
		if(count($date) > 2)
303
		if(count($date) > 2)
304
		{
304
		{