Gossamer Forum
Home : Products : Links 2.0 : Customization :

Add Server Date and Time in Home.html template?

Quote Reply
Add Server Date and Time in Home.html template?
How do i add date and time into home.html template?

Thanks for help!

Regards,
Will

Quote Reply
Re: Add Server Date and Time in Home.html template? In reply to
Just add these tags where ever you want them to be displayed:
Code:
<%date%> <%time%>
Thomas
http://www.japanreference.com
Quote Reply
Re: Add Server Date and Time in Home.html template? In reply to
Thanks Thomas...
How's about the day of the week? eg. Monday,Tuesday....
Thanks again!

Regards,
Will

Quote Reply
Re: Add Server Date and Time in Home.html template? In reply to
Edit the date routines in the links.cfg file.

Regards,

Eliot Lee
Quote Reply
Re: Add Server Date and Time in Home.html template? In reply to
Sorry..i'm newbie in Perl..
so what's code i need to type in link.cfg?
Thanks.

Regards,
Will

Quote Reply
Re: Add Server Date and Time in Home.html template? In reply to
If you are talking about SERVER date and time, use SSI in template:

<!--#echo var="DATE_LOCAL"-->

I do this to show the actual time below the build time, so people see how long it is from the latest rebuild...
http://eeplace.gameglow.com/links/
Quote Reply
Costumized date In reply to
How do I customize the date (eg. day d. date. month, year)
<%date%>?