gpt4 book ai didi

powershell - 使用Powershell将字符串ISO 8601日期时间标准转换为SQL日期时间?

转载 作者:行者123 更新时间:2023-12-03 01:28:01 27 4
gpt4 key购买 nike

$ string ='2015-10-14T14:43:55-04:00'

预期结果

$ string ='2015-10-14 14:43:55'

在SQL中,该字段为Nvarchar

最佳答案

$string ='2015-10-14T14:43:55-04:00'
Get-Date -Date $string -Format "yyyy-MM-dd HH:mm:ss"

2015-10-14 14:43:55

关于powershell - 使用Powershell将字符串ISO 8601日期时间标准转换为SQL日期时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60635638/

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