1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

windows/date: add Indonesian translation (#10839)

* windows/date: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
This commit is contained in:
Muhammad Hanif Amrullah 2023-10-05 15:22:24 +02:00 committed by GitHub
parent 2adda914f1
commit 65d2b59a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.id/windows/date.md Normal file
View file

@ -0,0 +1,16 @@
# date
> Menampilkan atau mengatur tanggal sistem.
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>.
- Tampilkan tanggal sistem saat ini dan meminta untuk memasukkan tanggal baru (biarkan kosong agar tidak berubah):
`date`
- Tampilkan tanggal sistem saat ini tanpa meminta untuk memasukkan tanggal baru:
`date /t`
- Ubah tanggal sistem saat ini ke tanggal tertentu:
`date {{bulan}}-{{hari}}-{{tahun}}`