Date & Time Component

  • Thread starter Thread starter JCO
  • Start date Start date
It is based on your Computer's clock and the remote Server's Clock, you have no control over the
remote server's clock.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
So my server is in California, therefore, it will be off by 2 hrs...
Right?
That would depend on where you are.

Bob Lehmann
 
Does this refer to a component of FP?

I have found that I can display local time with
function getTime()
{var now = new Date()
return now.toLocaleTimeString()}

In Australia, we have 2 hours time difference East to West also or 3 in
parts of summer when the East is on Daylight Savings Time and the West is
not.

Of course, if the server were to be in USA or UK, the time would be way
different.

--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au
I'm Central.
Thanks


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
It depends on if you are trying to display the time where your business, etc. is located (server
side) vs. the site visitors time (client side). Client side is kind of useless, since the site
visitor can view they local date/time on their computer anyway.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
In my case, I wated people to know when the page was updated last.
I display a spreadsheet with lots of information that folks are looking at.
This will go on, from now thru 7/10. If folks (local to me... who are the
ones interested in this info) can see that the page has been updated since
there last visit, they will know to look at their information.
Thanks
 
Back
Top