Converts MySQL DATETIME field to user specified date format.If $dateformatstring has ‘G’ value, then gmmktime() function will be used to make the time. If $dateformatstring is set to ‘U’, then mktime() function will be used to make the time.
2419
Continue reading
February 12, 2011 

