Function printLatestImagesByDate
Prints the latest images by date order (date taken order)
		
		Package: plugins
Author: Malte Müller (acrylian), Stephen Billard (sbillard), gjr
Located at zp-extensions/image_album_statistics.php
	
	Author: Malte Müller (acrylian), Stephen Billard (sbillard), gjr
Located at zp-extensions/image_album_statistics.php
string | 
		$number = 5 | 
		the number of images to get | 
string | 
		$albumfolder = '' | 
		folder of an specific album | 
boolean | 
		$showtitle = false | 
		if the image title should be shown | 
boolean | 
		$showdate = false | 
		if the image date should be shown | 
boolean | 
		$showdesc = false | 
		if the image description should be shown | 
integer | 
		$desclength = 40 | 
		the length of the description to be shown | 
string | 
		$showstatistic = '' | 
		<p>"hitcounter" for showing the hitcounter (views), "rating" for rating, "rating+hitcounter" for both.</p> | 
integer | 
		$width = NULL | 
		the width/cropwidth of the thumb if crop=true else $width is longest size. (Default 85px) | 
integer | 
		$height = NULL | 
		the height/cropheight of the thumb if crop=true else not used. (Default 85px) | 
boolean | 
		$crop = NULL | 
		'true' (default) if the thumb should be cropped, 'false' if not | 
boolean | 
		$collection = false | 
		only if $albumfolder is set: true if you want to get statistics from this album and all of its subalbums | 
boolean | 
		$fullimagelink = false | 
		'false' (default) for the image page link , 'true' for the unprotected full image link (to use Colorbox for example) |