PowerShell One-Liner: List Time Formats
PSH> (Get-Date).GetDateTimeFormats() | process { “{0}`t$_” -f $i++ } }…( read more )
Originally posted here:
PowerShell One-Liner: List Time Formats
PSH> (Get-Date).GetDateTimeFormats() | process { “{0}`t$_” -f $i++ } }…( read more )
Originally posted here:
PowerShell One-Liner: List Time Formats