Tag: Date & Time

Time Guessing Game

Reaction Time Tester Look at the code provided below. It uses the time library to store the current time (as a number of seconds) at different lines of the code. The code is executed very quickly, normally in just a

Fast Typing Test

Reaction Time Tester Look at the code provided below. It uses the time library to store the current time (as a number of seconds) at different lines of the code. The code is executed very quickly, normally in just a

Days Until Summer

Did you know?Summer starts on the Summer Solstice which, in the Northern hemisphere, is the 21st of June. It ends three months later, on September the 22nd, a date known as known as Autumnal equinox, when the Autumn season starts.

Which Season?

Did you know?: Though we all agree that a calendar year is divided into four seasons, people sometimes disagree on the dates when these seasons start or finish. Many bodies, for example meteorologists, adopt a convention for the purpose of

JavaScript: Working with Dates…

Working with Dates in computing can be quite tricky especially as we don’t always use the same date format around the globe. For instance in the UK dates are represented using the following format: dd/mm/yyyy. Let’s see how we could