Created
June 29, 2020 19:41
-
-
Save DBremen/595a23adfbe876c809397a89f8697952 to your computer and use it in GitHub Desktop.
DateTime.parseExact example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[datetime]::ParseExact('08|12|2009 4:33 PM','dd|MM|yyyy h:m tt',$Null) | |
#returns Tuesday, December 8, 2009 4:33:00 PM on an English system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment