I'm selecting the input element like so:
document.querySelector('#time').focus();
But this always selects the hour portion of the field's value:
How can I select the minute portion like so?: