And for setting time you'll have to encode to BCD:
parseInt(mins, 16); // etc
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
And for setting time you'll have to encode to BCD: