/ Published in: Windows PowerShell

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$StartDate = (get-date -year 2011 -month 6 -day 2) $EndDate = (get-date -year 2011 -month 6 -day 4)
Comments
