Windows10 コマンドプロンプトで現在時刻を表示する方法
環境
Windows 10 64bit
方法1
1.コマンドプロンプトを起動する
2.以下のコマンドを実行する
echo %date% %time%
操作例
echo %date% %time%
結果 2023/12/01 11:17:11.52
方法2
c:\>date /t
2023/1019
c:\>time /t
15:25
Coding Changes the World
環境
Windows 10 64bit
方法1
1.コマンドプロンプトを起動する
2.以下のコマンドを実行する
echo %date% %time%
操作例
echo %date% %time%
結果 2023/12/01 11:17:11.52
方法2
c:\>date /t
2023/1019
c:\>time /t
15:25