View Full Version:
Clock
Dozensonline
>
Number Bases
> Clock
Title:
Clock
Description:
I need help making a dozenal clock...
Tesseract
- February 12, 2008 11:15 PM (GMT)
Could someone with more knowledge of JavaScript do this for me?
Something like
this
, but with "
." added to the beginning, the semicolons removed, extending forwards one place value, and using my digits:
(For example:
.
)
(The dozenal point is too high there, though.)
Tesseract
- February 13, 2008 12:12 AM (GMT)
,
,
,
,
,
,
,
,
,
, ...
Tesseract
- February 13, 2008 12:13 AM (GMT)
...
, and
.
Dan
- February 17, 2008 08:16 AM (GMT)
Looks like all you have to do is edit the
convert()
function so that it returns the digits you want, like this:
CODE
function convert(dec) {
return '<img src="' + dec + '.png">';
}
Tesseract
- February 17, 2008 06:27 PM (GMT)
No idea how to do that.
Hosted for free by
InvisionFree