The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
MySQL Problem
Can anyone tell me ho to Decipher the Date codes used in The Forum mySQL Database...........
Code:
ie: 1145785574 |
#2
|
||||
|
||||
Those are unix-timestamps. They represent the number of seconds that have passed since the start of the unix era (January 1st, 1970). You can use the date() function to format them. Take a look here for syntax and examples: http://ro.php.net/manual/en/function.date.php
|
#3
|
||||
|
||||
Do you mean decode them in code, or you want to know what one is yourself ?
|
#4
|
||||
|
||||
Quote:
The Link You Put Here Worked Thanks again Paul This Was Also Helpful Thanks " rake " Code:
Those are unix-timestamps. They represent the number of seconds that have passed since the start of the unix era (January 1st, 1970). You can use the date() function to format them. Take a look here for syntax and examples: http://ro.php.net/manual/en/function.date.php |
#5
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|