How Do I Get TODAY in Powershell
April 4, 2023 ยท View on GitHub
Just get Today via:
[datetime]::today
(As we are accessing the static member today from the class datetime
April 4, 2023 ยท View on GitHub
Just get Today via:
[datetime]::today
(As we are accessing the static member today from the class datetime