![]() |
Admin 9/9/2008 |
Use "Insert PHP code snippet" function in Visual Editor and format current date/time the way you need it. echo date("F j, Y, g:i a");
|
L
|
Lisa2006 author 9/10/2008 |
Use "Insert PHP code snippet" function in Visual Editor and format current date/time the way you need it. echo date("F j, Y, g:i a");
|
![]() |
Admin 9/10/2008 |
You need to find an example on the web that does this and paste it to your page. |
S
|
steveh 9/10/2008 |
When you generate that javascript you could get it to add elapsed seconds onto the date/time from the server, it may be a second or so out by the time the page has built but it won't be wildly out like a client clock could be. |
L
|
Lisa2006 author 9/10/2008 |
When you generate that javascript you could get it to add elapsed seconds onto the date/time from the server, it may be a second or so out by the time the page has built but it won't be wildly out like a client clock could be.
|
![]() |
Admin 9/10/2008 |