Summary: Learn how to use UNIX date formatting in Windows PowerShell.
How can I use my prior knowledge of UNIX date formatting to specify dates in Windows PowerShell?
Use the Get-Date cmdlet and the –Uformat parameter. For example, to display a date in standard format for your current locale, use the “x” format specifier:
PS C:\> Get-Date -UFormat %x
03/11/13