The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Well... This query will select table entries from withing the last 14 days. Assuming that your date_column is a datetime type.
SELECT * FROM `TBL_NAME` WHERE TO_DAYS(NOW()) - TO_DAYS(date_column) <= 14 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|