2018-03-09, 11:54 AM
I'm using a plugin that shows recent threads, but it displays the entire date. How do I make it display only the clock-time when it was posted?
I think it has something to do with this line (from the plugin):
I think it has something to do with this line (from the plugin):
$date = my_date($mybb->settings['dateformat'].' '.$mybb->settings['timeformat'], $data['date']);