add new chinese translations
This commit is contained in:
16
pages.zh/windows/date.md
Normal file
16
pages.zh/windows/date.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 日期
|
||||
|
||||
> 显示或设置系统日期。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/date>。
|
||||
|
||||
- 显示当前系统日期并提示输入新日期(留空以保持不变):
|
||||
|
||||
`date`
|
||||
|
||||
- 显示当前系统日期而不提示输入新日期:
|
||||
|
||||
`date /t`
|
||||
|
||||
- 将当前系统日期更改为特定日期:
|
||||
|
||||
`date {{month}}-{{day}}-{{year}}`
|
Reference in New Issue
Block a user