DateTime/Get-LocalDate.ps1
function Get-LocalDate { [Alias("today")] [CmdletBinding()] [OutputType([DateTime])] param() [DateTime]::Today } |
function Get-LocalDate { [Alias("today")] [CmdletBinding()] [OutputType([DateTime])] param() [DateTime]::Today } |