Microsoft/Exchange 관련

Get-Date -> AddDays

백아 2016. 11. 9. 18:54

http://stackoverflow.com/questions/19741716/powershell-how-to-get-get-date-1-formatted-mm-dd-yyyy


(Get-Date).AddDays(-1).ToString('MM-dd-yyyy')
11-01-2013


저작자표시 (새창열림)