Last active
          April 5, 2017 09:28 
        
      - 
      
 - 
        
Save marcgeld/c30c49f399a054a1be785237420977e9 to your computer and use it in GitHub Desktop.  
    Powershell: Date format
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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