Skip to content
  • Home
  • About Me
  • Contact
Dowst.Dev
Dowst.Dev
PowerShell Weekly
Dowst.Dev
Dowst.Dev
PowerShell Weekly
  • Home
  • About Me
  • Contact
DateTimeGeneral

DateTime to Month Abbreviation

(Get-Culture).DateTimeFormat.GetAbbreviatedMonthName($date.Month)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Month Name

(Get-Culture).DateTimeFormat.GetMonthName($date.Month)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Month

$date.Month
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Day Of Week

$date.DayOfWeek
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Day Abbreviation

(Get-Culture).DateTimeFormat.GetAbbreviatedDayName($date.DayOfWeek.value__)
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Day

$date.Day
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Year Month

Get-Date $date -Format Y
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Universal Sortable Date Time

Get-Date $date -Format U
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to 24 Hour Time

$date.ToString("HH:mm")
Matthew DowstMar 27, 2019
Read More
DateTimeGeneral

DateTime to Long Time

Get-Date $date -Format T
Matthew DowstMar 27, 2019
Read More
1314151617


My name is Matthew Dowst and I am a father, author, blogger, Microsoft MVP in PowerShell and Azure Hybrid & Migration. And I am an enthusiast of all things PowerShell and DevOps.


Practical Automation with PowerShell
Now available on Amazon and all major book retailers

Categories

  • Active Directory
    • Groups
    • User
  • Automation
  • Azure
    • Intune
  • Collaboration
  • General
    • Array
    • Conditional Statements
    • DateTime
    • Forms/Prompts
    • Fun
    • Math
    • Tools
  • Platforms
    • SharePoint
  • PoshBytes
  • Security
    • Credentials
    • Remoting
  • Storage
    • Files
    • Folders
    • Shares
  • Strings
    • Combine Strings
    • Convert to String
    • Create String
    • Numbers
    • Regex
    • Replace String
    • Search String
    • Split String
    • String Casing
  • Systems
    • Networking
    • Performance
    • Registry
  • Uncategorized

Tags

array azure AzureAutomation conditions credential Credentials date-formats datetime dns else epoch Files Folders form friday-fun guid hardware if int ip-address join logic logs math password performance Permissions port prompt regex registry remote replace rounding search security Shares split string substring time-zones unix User webrequest wmi

Follow Me

  • About Me
  • Contact Me
  • PowerShell Weekly Archive
Copyright © 2026 - Yuki Westa Blog Theme By WP Moose