The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to display today's date in the footer?
Currently there is only time displayed. How to add the date?
Thanks. |
#2
|
||||
|
||||
I display the current year in my footer using the following code:
Code:
<vb:if condition="$now = TIMENOW"></vb:if>{vb:date $now, "Y"} If you just want a simple date, in US form (4/29/13), you could do: Code:
<vb:if condition="$now = TIMENOW"></vb:if>{vb:date $now, "n/d/y"} |
Благодарность от: | ||
pokusek |
#4
|
|||
|
|||
Perfect, thank you guys!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|