date
小猪老师 发表于 2020-06-17 16:06浏览次数:
The date command can view or change the current date of the system clock.
Changing the system date requires an elevated Command Prompt.
目录:
1 date 运行系统环境
2 date 语法
3 date 示例
date 运行系统环境
Windows 95
Windows 98
Windows xp
Windows vista
Windows 2000
Windows 7
Windows 8
Windows 10
MS-DOS 5.0 及以上版本
Windows NT
Windows ME
date 语法
以下是date命令的语法。
Windows Vista及更高版本
date [ /t |date]
键入不带参数的日期以显示当前日期设置和提示输入新日期。 按Enter保留相同的日期。
如果以MM-DD-YY格式提供日期,则系统日期将设置为该日期。
使用/ t开关,date命令将显示系统日期,而不提示您输入新日期。
Windows XP和更早版本
在Windows XP和Windows的早期版本中,不支持/ t开关。
DATE [date]
键入不带参数的日期以显示当前日期设置和提示输入新日期。 按Enter保留相同的日期。 将日期设置为MM-DD-YY,以将系统日期设置为该日期。
The following is the syntax of the date command.
Windows Vista and later
date [ /t |date]
Type date without parameters to display the current date setting and a prompt for a new date. Press Enter to keep the same date.
If you provide a date in the format MM-DD-YY, the system date is set to that date.
With the /t switch, the date command displays the system date, without prompting for a new one.
Windows XP and earlier
In Windows XP and previous versions of Windows, the /t switch is not supported.
DATE [date]
Type date without parameters to display the current date setting and a prompt for a new date. Press Enter to keep the same date. Provide a date as MM-DD-YY to set the system date to that date.
指定两位数字的年份时,数字00-99对应于1980-2099年。
在现代版本的Windows中,date命令接受四位数的日期,例如MM-DD-YYYY。
When specifying a two-digit year, the digits 00-99 correspond to the years 1980-2099.
In modern versions of Windows, the date command accepts a four-digit date, e.g., MM-DD-YYYY.
date 示例
date
显示当前日期并提示输入新日期。
The current date is: Sat 05/09/2020
Enter the new date: (mm-dd-yy)
如果使用MM-DD-YY格式输入新日期,则在使用提升的命令提示符时,系统日期将设置为该日期。
如果您按Enter键而不输入日期,则当前系统日期不会更改,并且命令将退出。
date 05-08-20
上面的命令在提升的命令提示符下将系统日期设置为2020年5月8日。
date /t
显示当前系统日期。
Sat 05/09/2020
date
Display the current date and prompt for a new date.
The current date is: Sat 05/09/2020
Enter the new date: (mm-dd-yy)
If you enter a new date in the format MM-DD-YY, the system date is set to that date, if you are using an elevated Command Prompt.
If you press Enter without typing a date, the current system date is not changed, and the command exits.
date 05-08-20
The command above sets the system date to March 8, 2020, in an elevated command prompt.
date /t
Displays the current system date.
Sat 05/09/2020