date: add Dutch translation and fix typo's (#12910)

This commit is contained in:
Sebastiaan Speck
2024-06-09 12:18:06 +02:00
committed by GitHub
parent e6f7ca97a8
commit d85609471d
9 changed files with 78 additions and 6 deletions

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

@@ -0,0 +1,16 @@
# date
> Toon of stel de systeemdatum in.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>.
- Toon de huidige systeemdatum en vraag voor een nieuwe datum (laat leeg om niet te veranderen):
`date`
- Toon de huidige systeemdatum zonder te vragen voor een nieuwe datum:
`date /t`
- Verander de huidige systeemdatum naar een specifieke datum:
`date {{maand}}-{{dag}}-{{jaar}}`