The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
If you are inputting the date directly into the database, then simply use
Code:
NOW() for example for an insert statement: Code:
INSERT INTO forum (id,date,whatever) VALUES ('1', NOW(), 'whatever'); Code:
UPDATE forum SET id = '1', date = NOW(), whatever = 'whatever' WHERE id = '1'; What format MySQL uses will be determined by the column type. i.e. a 'DATE' type will only give today's date, whereas a datetime type will give a hash comprised of the date, and current time down to the second. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|