Skip to content

Instantly share code, notes, and snippets.

@DBremen
Created June 29, 2020 19:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DBremen/595a23adfbe876c809397a89f8697952 to your computer and use it in GitHub Desktop.
Save DBremen/595a23adfbe876c809397a89f8697952 to your computer and use it in GitHub Desktop.
DateTime.parseExact example
[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