Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Today = Date()
StartOfYear = "1/1/" & Year(Date)
DayOfYear = Right("00" & DateDiff("d", StartOfYear,Today),3)
ShortYear = Right(Year(Date),2)
WScript.Echo ShortYear & DayOfYear[/year]
I hope you find this post helpful.
Regards,
Mark
Check out my scripting solutions at [URL unfurl="true"]http://www.thespidersparlor.com/vbscript[/URL]
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
WScript.Echo Mid(1000*Year(Date)+(DatePart("y",Date)-1),3)
Under ISO 8601, even ordinal date representations should include the century.The Julian date (JD) is the interval of time in days and fractions of a day, since January 1, 4713 BC Greenwich noon, Julian proleptic calendar.