mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 04:36:16 +01:00
3 lines
126 B
Batchfile
3 lines
126 B
Batchfile
@echo off
|
|
FOR /f %%a in ('WMIC OS GET LocalDateTime ^| find "."') DO set DTS=%%a
|
|
set CUR_DATE=%DTS:~0,4%-%DTS:~4,2%-%DTS:~6,2% |