Ok, I am pretty new to PHP but I am getting there...
I have a support ticket system on my site that spits out the date and time of the last followup but it looks like this:
2006-02-02 22:25:49
The code that spits it out looks like this:
<?php print date($val['posted']); ?>
Is there a way I can format this output to look a llittle nicer?
Thanks in advance!
-Bill