martin_rusev on 07/21/09
Last Edited at 07/21/09 07:33am
function format_date($original='', $format="%d.%m.%Y") { return (!empty($original) ? strftime($format, strtotime($original)) : "" ); }
Report this snippet Tweet
Comment:
You need to login to post a comment.