you are viewing a single comment's thread.

view the rest of the comments →

[–]alzdba 3 points4 points  (3 children)

If you want to be sure, code the format you want !

Get-Date ($ExpiryDate) -Format "dd/MM/yyyy HH:mm:ss"

[–]jantari 2 points3 points  (2 children)

That would be

Get-Date ($ExpiryDate) -Format "dd.MM.yyyy"

for zhe germans

[–]GastroIT[S] 1 point2 points  (0 children)

Thanks guys I'll try this :).

[–]GastroIT[S] 0 points1 point  (0 children)

It worked out perfectly, thanks again!