How to Change Date Format (Windows Server 2012 / 2016 / 2019 / 2022)
Method 1 — Using Control Panel (GUI)
Open Control Panel
Go to Clock and Region
Click Region
In the Formats tab:
Change Short date to: MM/dd/yyyy
Change Long date to your preferred format.
Click Apply → OK
Method 2 — Using Settings (Windows Server 2019/2022)
Open Settings
Go to Time & Language
Select Region
Under Regional format, click Change data formats
Update Short date to: MM/dd/yyyy
Method 3 — Using PowerShell
If you want to change it programmatically:
Set-Culture en-USOr change only the date format:
Set-ItemProperty -Path "HKCU:\Control Panel\International" -Name sShortDate -Value "MM/dd/yyyy"Then restart Explorer:
Stop-Process -Name explorer -ForceImportant Notes
Changing date format applies per user account, not system-wide. Each user may need to log in and set the same format.
Some applications read regional settings only at startup — they must be restarted.
If the server is domain-joined, Group Policy may override these settings.
PreviousHow to Remove the Remote Desktop Services (RDS) Grace Period in Windows ServerNextFTP Server
Last updated
Was this helpful?