PowerShell Get-Date 获取年月日时分秒#yyds干货盘点#
Posted 师万物的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PowerShell Get-Date 获取年月日时分秒#yyds干货盘点#相关的知识,希望对你有一定的参考价值。
环境配置说明
- Windows 21H1
- PSVersion 5.1.19041.1320
示例
- HH 24小时制
PS C:\\Users\\admin> Get-Date -Format yyyy-MM-dd HH-mm-ss
2021-12-09 22-45-33
- hh 12小时制
PS C:\\Users\\admin> Get-Date -Format yyyy-MM-dd hh-mm-ss
2021-12-09 10-45-40
学习资料
感恩曾经帮助过 师万物 的人。
学有余力的话,可以了解具有开源、跨平台特性的Powershell Core。
欢迎关注公众号:悟为生心
以上是关于PowerShell Get-Date 获取年月日时分秒#yyds干货盘点#的主要内容,如果未能解决你的问题,请参考以下文章
PowerShell - 多个 Get-Date 调用返回不同的时间格式/文化
powershell 日期格式(与get-date的-format参数一起使用)