Published: 2017.11.29
Category: PowerShell
Get-DateName
Module returns date as a string in following format yyyy.MM.dd.hh.mm.ss (for example 2017.11.29.09.33.44). Module allows to provide prefix and suffix. It can be used as name provider for automatic backups scripts.
- Get-DateName
- Get-DateName -Suffix s -Prefix p
.