Morus
www.votezone.eu , www.privateserversranking.com
Hi,
 
I'm trying to change the code that instead of showing me join date with the exact time, it will only show me date. see attached screen.
I tried to modify join.php on line:
	
	
	
		
But no results. It was still showing me time and date. Is there any other file that I need to look at?
								I'm trying to change the code that instead of showing me join date with the exact time, it will only show me date. see attached screen.
I tried to modify join.php on line:
		Code:
	
	        $join_date = date('Y-m-d H:i:s', time() + (3600*$CONF['time_offset']));
	Attachments
- 
		
			
	
			
		
		
		416.5 KB Views: 10
 
				
				
  this is the best way to go for sure.