MyBB Community Forums

Full Version: Tomorrow date
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm trying to make a plugin and I have this line of code:

my_date($mybb->settings['dateformat'], $somedate)

It works as expected but it doesn't return anything when "$somedate" has the date of "tomorrow".. is it just me? or is it a bug in "my_date" function definition? :/

Thanks in advance.