PowerTip: Find Day of the Week with PowerShell

Doctor Scripto

Summary: Find the day of the week by using Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find what day of the week a particular date falls on?

Hey, Scripting Guy! Answer Access the DayOfWeek property from the DateTime object:

(get-date).dayofweek

0 comments

Discussion is closed.

Feedback usabilla icon