Datetime value to string in PHP
This one escapes me everytime I need which results to much googling. The function is to convert SQL datetime value to human-readable format. /* * Converts the likes of ’2010-08-01 14:57:15′ to ’August 1, 2010, 2:57 pm’ */ $datetime_value =”2010-08-01 14:57:15″;.. read more