add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/windows/date.md Normal file
View File

@@ -0,0 +1,16 @@
# 日期
> 显示或设置系统日期。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/date>。
- 显示当前系统日期并提示输入新日期(留空以保持不变):
`date`
- 显示当前系统日期而不提示输入新日期:
`date /t`
- 将当前系统日期更改为特定日期:
`date {{month}}-{{day}}-{{year}}`