PowerTip: Use PowerShell to Display Locale-Specific Date

Doctor Scripto

Summary: Learn how to use Windows PowerShell to display the date in locale-specific format.

Hey, Scripting Guy! Question How can I use Windows PowerShell to display the day, month, and two-digit year in locale specific format?

Hey, Scripting Guy! Answer Use the Get-Date cmdlet and the –uformat parameter:

get-date -UFormat %x

0 comments

Discussion is closed.

Feedback usabilla icon