| 
	
	
		
		
		
		 uhh, in what? php? 
 
<? 
$date = date('MdY'); 
 
then whereever you list your galleries or whatever 
 
just put $date in the string i assume you're using a while or for each loop to pull these listings out of a db, so just where you do your output add $date to it. 
 
BMF 
		
	
		
		
		
		
		
	
	 |