gpt4 book ai didi

datetime - PowerShell : Compare DateTime by Month?

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

在 PowerShell 2.0 中按月比较日期时间的正确方法是什么?最后,我想知道当前月份是七月还是七月以后,七月到十二月之间。年份并不重要。我不确定是否有针对月份特定比较的开关,或者尝试仅获取月份且 >= 7。谢谢

最佳答案

我将使用名为 Get-Date 的 PowerShell cmdlet。

If ((Get-Date).Month -ge 7){...}

关于datetime - PowerShell : Compare DateTime by Month?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8229372/

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