Description : This lab was done on “Codecademy”. On this lab we had to print the current date in the following format “mm/dd/yyyy” and the current time in the following format, “hh: mm :ss”. I used slashes and colons and spaces between the place holders so I can get the format of the current date and time as asked. So I did that and my result was correct.
My experience: Doing this lab was a great experience because it was really a good topic to work on. I was able to get the current date and time by using certain functions and place holders.