MyBB Community Forums

Full Version: Code for date and time format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been searching both google, the wiki and this forum for this simple and essential piece of information and was surprised that i couldn't find any information at all about the code for formatting date and time in MyBB. Could be useful.. Anyone got it?
$date = my_date($format, $timestamp);

Unless you mean formatting it via settings, or...?? You haven't really said what you're formatting or where, or what the actual issue you're having is.
I mean the h:i A stuff in settings. In other BB software they show you which code you can use to customize such times with and i'd like that for mybb too.