Summary: Use Windows PowerShell to convert a string into a DateTime object.
How can I use Windows PowerShell to easily create a System.DateTime object from a string?
Use the [DateTime] type accelerator to convert the string, for example:
[datetime]"1/2/14"