Skip to content

Instantly share code, notes, and snippets.

@mwjcomputing
Created February 5, 2013 21:06
Show Gist options
  • Select an option

  • Save mwjcomputing/4717642 to your computer and use it in GitHub Desktop.

Select an option

Save mwjcomputing/4717642 to your computer and use it in GitHub Desktop.
Gets the number of days until BSidesDetroit.
function Get-DaysUntilBSidesDetroit {
Write-Host "There are $((New-Timespan -end '6/7/2013 9:00:00AM').Days) days until BSidesDetroit."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment