1. Introduction

         After completing this module, you are expected to use some of the Date Objects to manipulate data

          This module will also discuss the Date() object. A lot of websites display time and dates. Examples are countdown websites and websites that display the time that you have spent on that website. Have you ever heard of Nyan Cat? Check it out! It gives a time on how long you have stayed on their website. Another example is the Bitcoin Halving Countdown in coinmarketcap.com. It gives a countdown on how much time remains until the next reduction of bitcoin block rewards. The Date() object in JavaScript allows programmers to implement these time features in websites.