Skip to content

Instantly share code, notes, and snippets.

@marcgeld
Last active April 5, 2017 09:28
Show Gist options
  • Save marcgeld/c30c49f399a054a1be785237420977e9 to your computer and use it in GitHub Desktop.
Save marcgeld/c30c49f399a054a1be785237420977e9 to your computer and use it in GitHub Desktop.
Powershell: Date format
# Date format
Write-Host "Date: "( Get-Date -f 'yyyy-MM-dd HH:mm:ss' | Out-String )
Write-Host "Date: "( Get-Date -f 'dddd dd MMMM yyyy HH:mm' | Out-String )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment