|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
What is the best way to display the date and/or time on a web page...?
![]() |
|
#2
|
|||
|
|||
|
This page has a multitude of Date/Time related Javascripts:
http://www.zdnet.com/devhead/resour...cript/time.html |
|
#3
|
|||
|
|||
|
If you have SSI you can include this
<!--#echo var="DATE_LOCAL" --> You would have to rename the page with code in it to .shtml. Nothing else changes. To dispay in this format: Saturday, February 18, 2000 you use this code: <!--#config timefmt="%A, %B %e, %Y" --> <!--#echo var="DATE_LOCAL" --> |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Display date... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|