<%@ Page Language="C#" Debug="true"%> Code Samples- International Time Zone Clocks
Microsoft Office FrontPage 2003      
Developer's Toolkit
Resources | Links | Search
  extend design code  
             
  New Features
 
Microsoft® Windows® SharePoint Services
 
Microsoft® Office SharePoint Portal Server
 
Microsoft Office System
 
.NET Framework
 
 
Real world scenarios that fully expose great new functionality in FrontPage 2003 and Windows SharePoint Services.
 
 
  financial planning finance  
  sales & marketing sales & marketing  
  human resources human resources  
   
  FrontPage Customization Kit > Resources > Code Library

International Time Zone Clocks Example

 

The following HTML elements (DIV, P, SPAN, and TD) are updated every two seconds with the current time for the labeled time zones.

Local clock (DIV element):

time

Pacific Standard Time (even during Daylight Saving Time) (shown inside a P element):

time

Eastern Daylight Time (shown inside a SPAN element):

time

Chatham (New Zealand) Standard Time (shown inside a TD element):

time

The following HTML Input element is updated with the Universal Coordinated Time (Greenwich Mean Time).

Use these buttons to stop and start the clock updates.


This sample Start button sets the update interval to every one second, instead of two seconds.

Click this button to change the formatting of the clocks to a custom format

^ Back to top