Last active
December 14, 2015 02:09
-
-
Save jtuttas/5012025 to your computer and use it in GitHub Desktop.
Tage bis Nikolaus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wohl eher Tage bis Nikolaus