gpt4 book ai didi

powershell - 在 Windows Powershell 中获取小时和分钟

转载 作者:行者123 更新时间:2023-12-03 00:22:03 25 4
gpt4 key购买 nike

我是 Powershell 的新手,我只需要在脚本中获取小时和分钟。

我目前有这个:

enter image description here

最佳答案

你几乎拥有它;代替 g,使用:

  • hh 以 12 小时格式表示小时
  • HH 以 24 小时格式表示小时
  • mm 分钟

例如 Get-Date -Format hh:mm 将返回 12 小时制时间为“04:55”,而 Get-Date -Format HH 将只以 24 小时制返回小时数。

Microsoft 记录了可能格式的完整列表:Custom Date and Time Format Strings

关于powershell - 在 Windows Powershell 中获取小时和分钟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50337509/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com