有什么windows命令可以获取Solar格式的当前日期吗?
例如1396-11-28
我使用的是Windows 10
发布于 2018-02-18 04:07:23
这很简单。将windows区域设置更改为波斯语(控制面板),重新启动PC,windows会以波斯语格式显示所有日期时间。使用get-date命令。也可以使用windows任务栏中显示的当前日期时间。https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/get-date?view=powershell-6
https://stackoverflow.com/questions/48841910
复制相似问题