Current time: 02-09-2012, 09:00 AM Hello There, Guest! (LoginRegister)


Convertine dateline to the date
05-15-2009, 09:16 AM
Post: #1
Solved: 1 Year, 4 Months, 1 Week, 3 Days, 18 Hours, 56 Minutes, 9 Seconds ago Convertine dateline to the date
How do I go about changing the "dateline" for a thread into the actual date. Example

convert 1147632930 to Jan 10, 2009
Find all posts by this user
05-15-2009, 09:24 AM (This post was last modified: 05-15-2009 09:24 AM by Tomm M.)
Post: #2
Solved: 1 Year, 4 Months, 1 Week, 3 Days, 18 Hours, 56 Minutes, 9 Seconds ago RE: Convertine dateline to the date
You can do this:

PHP Code:
my_date($mybb->settings['dateformat'], {timestamp}); 

Replacing {timestamp} with the variable with the dateline.

[Image: igG319dTu71gT.png]
Find all posts by this user
06-03-2009, 04:35 AM
Post: #3
Solved: 1 Year, 4 Months, 1 Week, 3 Days, 18 Hours, 56 Minutes, 9 Seconds ago RE: Convertine dateline to the date
when i do that, it makes it "Today and yesterday" I simply just want the actual date. Is that possible?
Find all posts by this user
06-03-2009, 04:01 PM
Post: #4
Solved: 1 Year, 4 Months, 1 Week, 3 Days, 18 Hours, 56 Minutes, 9 Seconds ago RE: Convertine dateline to the date
You want

PHP Code:
my_date($mybb->settings['dateformat'], {timestamp}, ""0);  

The 0 will disable the today/tomorrow.

Dennis Tsang :: MyBB Developer
Follow me on Twitter: @dennistt

Vote MyBB as the #1 Free Forum Software of 2011
Visit this user's website Find all posts by this user
06-03-2009, 06:45 PM
Post: #5
Solved: 1 Year, 4 Months, 1 Week, 3 Days, 18 Hours, 56 Minutes, 9 Seconds ago RE: Convertine dateline to the date
Also is there a way to format it so that instead of numbers it will give me the actual month? Such as July 04, 2009
Find all posts by this user
06-03-2009, 08:27 PM
Post: #6
Solved: 1 Year, 4 Months, 1 Week, 3 Days, 18 Hours, 56 Minutes, 9 Seconds ago RE: Convertine dateline to the date
PHP Code:
my_date("F d, Y", {timestamp}, ""0); 

http://www.php.net/date

MyPluginsFor1.4
Visit this user's website Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication