You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • And for setting time you'll have to encode to BCD:

    parseInt(mins, 16);
    // etc
    
About

Avatar for Gordon @Gordon started