Outils pour utilisateurs

Outils du site


informatique:microsoft:windows:get-date

Get-Date

Pour obtenir par exemple la date au format 2011-05-10 (10 Mai 2011)

Get-Date -format yyyy-MM-dd

Pour obtenir par exemple la date d'il y a 15 jours :

get-date ((get-date).adddays(-15)) -uformat "%Y-%m-%d"
informatique/microsoft/windows/get-date.txt · Dernière modification: 2018/09/06 19:10 (modification externe)