入門命令26 獲取系統時間 time

2022-03-26 00:11:51 字數 1492 閱讀 5685

這個命令長得很像date

1 c:\documents and settings\doupi>time /?

2 顯示或設定系統時間。34

time [/t | time]

56 顯示當前時間設定和輸入新時間的提示,請鍵入

7 不帶引數的 time。要保留現有時間,請按 enter。

89 如果命令副檔名被啟用,date 命令會支援 /t 命令列開關;該命令列開關告訴

10 命令只輸出當前時間,但不提示輸出新時間。

1 c:\documents and settings\doupi>time /t

2 17:3934

rem對照當前時間輸就行了.

5 c:\documents and settings\doupi>time

9 c:\documents and settings\doupi>time /t

10 18:33

時間之間用冒號及句點隔開.這一點倒是比date限制要嚴格

1 c:\documents and settings\doupi>time 13.32

23 c:\documents and settings\doupi>time /t

4 13:3256

rem可以加上午或者下午的資訊 用字元表示即可.

7 c:\documents and settings\doupi>time 3:22 p

89 c:\documents and settings\doupi>time /t

10 15:22

1112 c:\documents and settings\doupi>time 02:00 am

1314 c:\documents and settings\doupi>time /t

15 02:00

就這麼點用法.另外,系統中有%date%  與%time%兩個系統變數可以顯示出日期或者時間

1

rem顯示出當前日期與時間

2 c:\documents and settings\doupi>echo %date% %time%

3 2012-05-05 星期六 2:01:51.2345

rem下面嘗試修改%time%變數

6 c:\documents and settings\doupi>time /t

7 02:02

89 c:\documents and settings\doupi>set

time=10:10

1011 c:\documents and settings\doupi>echo %time%

12 10:10

13rem

結果系統時間並沒有變化.

14 c:\documents and settings\doupi>time /t

15 02:02

好了,此例就到這裡.趕緊把電腦上的日期與時間同步一下.都亂了.此篇完結.

獲取系統時間的DOS命令

dos c users yaozhendong echo date 0,10 time 2011 12 24 19 45 41.25 前段時間工作中需要對乙個位址做定時ping操作,並將結果輸出到txt檔案中,為此做了個批處理檔案,用到了獲取系統時間的dos命令 date time 下面把具體使用方...

獲取系統時間

include include include include include include sockaddr in標頭檔案 include include include int main int argc,char argv sock fd socket af inet,sock stream...

獲取系統時間

一,如果只是單純的獲取系統時間,用 dateformat如下 dateformat df new dateformat yyyy mm dd hh mm ss string systime df.format new date system.out.println systime 二,如果有 對年,...