Skip to content

Instantly share code, notes, and snippets.

@sayurin
Created September 27, 2018 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayurin/a2a63107ee051d73dbdfb81fe8bb286d to your computer and use it in GitHub Desktop.
Save sayurin/a2a63107ee051d73dbdfb81fe8bb286d to your computer and use it in GitHub Desktop.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\> Get-Date; -join (Get-Date); -join ,(Get-Date)
2018年9月27日 16:13:06
09/27/2018 16:13:06
2018/09/27 16:13:06
PS C:\> Get-Culture; Get-UICulture
LCID Name DisplayName
---- ---- -----------
1041 ja-JP Japanese (Japan)
1033 en-US English (United States)
PS C:\>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment