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:
parent
2adda914f1
commit
65d2b59a5b
1 changed files with 16 additions and 0 deletions
16
pages.id/windows/date.md
Normal file
16
pages.id/windows/date.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue