29 August 2009 0 Comments

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

If you liked this post, buy me a Coffee.

Leave a Reply