Tagged: Get-Date
Useful commands with Get-Date
In the previous post we saw how to convert a string to the DateTime format. Now we want to have a string from an actual DateTime object: .AddDays, .AddHours etc.:
ParseExact: convert a string to DateTime
Easily convert a string to datetime format: Another useful post for reverse converting: DateTime to string.

