Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
windows azure powershellを使用してシステム時間を見つける方法は? 時間のみが必要で、24 時間形式にする必要があります。get-date と [system.datetime]::今は時間だけが必要です。デートしたくない。
これを試して:
Get-Date -Format "HH:mm"
HH は 24 時間、hh は 12 時間です。