mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 08:35:44 +02:00

Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
462 B
462 B
date
Mostrar o establecer la fecha del sistema. Más información: https://learn.microsoft.com/windows-server/administration/windows-commands/date.
- Mostrar la fecha actual del sistema y solicitar ingresar una nueva fecha (dejar vacío para mantener sin cambios):
date
- Mostrar la fecha actual del sistema sin solicitar una nueva fecha:
date /t
- Cambiar la fecha actual del sistema a una fecha específica:
date {{mes}}-{{día}}-{{año}}