BCD Clock

(Binary Coded Decimal)

BCD is a special binary system where EACH individual decimal digit is represented by 4 binary bits. So, the binary count can go no higher than 9 ("10" would be represented by 8 binary digits: 4 for the "1", and 4 for the "0").



Look below for the BCD clock...

Instructions:




1: Copy and paste the following javascript into the BODY section of your page wherever you want the BCD clock to appear:
Select all...






Copy and paste the following HTML in the BODY section of your page:
Select all...