PowerShell - String to date

[datetime]::parseexact("06/02/2023", "dd/MM/yyyy", $null);

Commentaires