js獲取本機時間,即時顯示時間

2022-02-13 19:22:54 字數 1107 閱讀 9674

<

script

>

//var mydate = new date();

//獲取當前年份(2位)

//獲取完整的年份(4位,1970-????)

//獲取當前月份(0-11,0代表1月)

//獲取當前日(1-31)

//獲取當前星期x(0-6,0代表星期天)

//獲取當前時間(從1970.1.1開始的毫秒數)

//獲取當前小時數(0-23)

//獲取當前分鐘數(0-59)

//獲取當前秒數(0-59)

//獲取當前毫秒數(0-999)

//獲取當前日期

//var mytime=mydate.tolocaletimestring();     //獲取當前時間

);       //獲取日期與時間

function

tick()  

else

if(inthours 

<

12)  

else

if(inthours 

==12

)  else

intminutes 

<10?

minutes ="

0"+intminutes+"

:":minutes 

=intminutes+"

:";intseconds 

<10?

seconds ="

0"+intseconds+"

":seconds 

=intseconds+"

";timestring 

=hours

+minutes

+seconds

+ap;

clock.innerhtml 

=timestring;

window.settimeout(

"tick();", 

1000);}

window.onload 

=tick;

script

>

<

span 

id= "clock"

>

span

>

MFC 獲取本機時間 CTime

框1,框2,框3 static text控制項,修改id m strdate 關聯框1,cstring資料型別 value類別 m strtime 關聯框2,cstring資料型別 value類別 m strdatetime 關聯框3,cstring資料型別 value類別 獲取按鈕訊息響應函式 v...

C 從網路獲取時間更新本機時間

因本機主板有問題,一斷電就丟失時間,所以想了個方法從網路上獲取最新時間,這樣就不用自己去對時,網路一通,時間就能自動校正。using system using system.drawing using system.collections using system.ponentmodel using...

js 時間獲取函式 and 友好時間顯示

update date 2019.09.14 update content 加入了時間友好顯示,兩種邏輯在末尾,其實都還可以優化的,當然,具體就不優化了,睡會兒覺先。2018.03.29 時間函式檔案 js 時間筆記 author 陳 二先生 email 2416743126 qq.com upda...