Advertisement
Advertisement

新足迹

 找回密码
 注册
新足迹 门户 IT专业论坛 查看内容

Are there any free timezone webservice?

2011-2-17 10:14| 发布者: | 查看: 1040| 原文链接

We need some clocks in our webpages to show current times of a few cities.
What I am thinking is:
use javascript to call a free webservice to get time for a city
For example

setTimeout("UpdateClocks()", 1001);
function UpdateClocks(){
ajax-call("sigapore")
ajax-call("sydney")
ajax-call("Longdon")
.....
}
Advertisement
Advertisement


Advertisement
Advertisement
返回顶部