Skip to content

Instantly share code, notes, and snippets.

@jtuttas
Last active December 14, 2015 02:09
Show Gist options
  • Save jtuttas/5012025 to your computer and use it in GitHub Desktop.
Save jtuttas/5012025 to your computer and use it in GitHub Desktop.
Tage bis Nikolaus
# Tage bis Nikolaus
cls
$nikolaus=New-Object System.DateTime(2013,12,6)
$today = Get-Date
$nikolausTag=$nikolaus.get_DayOfYear()
$todayTag=$today.get_DayOfYear()
Write-Host ("Es sind noch "+($nikolausTag-$todayTag)+" Tage bis Nikolaus")
@jtuttas
Copy link
Author

jtuttas commented Feb 24, 2013

Wohl eher Tage bis Nikolaus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment