Can anyone point me at a function that will take a timestamp generated by mysql, and return a user-friendly sort of date?
TIA
Commando
Actually, solved it myself. Here's how you do it in smarty
{$comments[mysec].date|date_format:"%H:%M:%S %d %b %y"}