PowerTip: Convert String into DateTime Object

Doctor Scripto

Summary: Use Windows PowerShell to convert a string into a DateTime object.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily create a System.DateTime object from a string?

Hey, Scripting Guy! Answer Use the [DateTime] type accelerator to convert the string, for example:

[datetime]"1/2/14"

0 comments

Discussion is closed.

Feedback usabilla icon