![]() |
How to display today's date in the footer?
Currently there is only time displayed. How to add the date?
Thanks. |
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"} |
Edit the phrase all_times_are_gmt_x_time_now_is_y and change it to:
Code:
<span class="date">{3}, <span class="time">{2}</span> GMT {1} |
Perfect, thank you guys!
|
All times are GMT. The time now is 06:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|