The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
dateline information
I just wanted to find out more on the dateline fields. Looking over the structures they are not setup as dates, but rather integers...
Now I have found out that it is based on the Unix timestamp format, which is the number of seconds since midnight Jan. 1, 1970. You can use this online tool to convert Unix Timestamps to date and time: But then the calculations are done how? Can you point me to an example in one of the files or code... Thanks |
#2
|
||||
|
||||
The date is converted into a normal format using php's date function (http://php.net/date) or rather, a special vbulletin function based on php's date: vbdate()
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|