1

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...???

B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862

1 Answers1

1

Chrome doesn't show seconds, the third input is AM/PM. IE/Firefox doesn't support this feature

<input type="time" name="yourtime"/>
Jasper Giscombe
  • 313
  • 1
  • 5