Microsoft Small Basic

Program Listing: BJF410
TextWindow.WriteLine("Today is: " + Clock.Date + ".")
TextWindow.WriteLine("Today is: " + Clock.Month + "/" + Clock.Day + "/" + Clock.Year + ".")
TextWindow.WriteLine("The current time is: " + Clock.Time + ".")
TextWindow.WriteLine("The current time is: " + Clock.Hour + ":" + Clock.Minute + ":" + Clock.Second + ".")
TextWindow.WriteLine(Clock.ElapsedMilliseconds + " milliseconds have passed since the year 1900.")
TextWindow.WriteLine("The current millisecond is: " + Clock.Millisecond + ".")
TextWindow.WriteLine("The current day of the week is: " + Clock.Weekday + ".")