Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 501 Bytes

File metadata and controls

6 lines (6 loc) · 501 Bytes

javascriptCountDownTimer

Using the moment.js library found at https://momentjs.com/
I created this script to allow for a count down timer on my Moodle classroom website found at http://cybersecurity.portangelesschools.org

  • myCountDownTimer.js - used to compute remaining years, days, hours, minutes, seconds
  • CountDownInText.html - a simple script that appears on the home page
  • CountDownCircle.html - a script that shows the count down progress through a series of circles.