PDA

View Full Version : Date & Time In Header


JordanBuss13
09-01-2013, 11:25 AM
Hey

I was wondering If anyone would be able to help me give a code for Date and Time In Header
I'm trying to make It so It's like this image below:

https://vborg.vbsupport.ru/external/2013/09/76.png

If anyone could help that'd be great!

Amaury
09-01-2013, 03:43 PM
Place this in your header template and then add pixels and play around with it:

<span id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</span>

JordanBuss13
09-01-2013, 04:06 PM
Place this in your header template and then add pixels and play around with it:

<span id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</span>

Thanks For This!