Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » isWithin   (RSS)

DateTime Utility Functions

I often want to find things that happened Today. For instance, which files got changed today. Windows PowerShell makes this easy to do but it can be a bit verbose and I do it a lot so I've added a function to my profile: IsToday. function isToday ([datetime]$date)
Posted by PowerShellTeam | 6 Comments
Filed under: , , ,
 
Page view tracker