When I add the HTML5 time input element like so:
...it shows me:
__:__:__
I don't want the third portion (seconds), just the hour and minutes. How can I get it to cease and desist from displaying the seconds portion, so that it's like this:
__:__
? Do I need to apply some CSS, or JavaScript/jQuery, or...???