Nope – because <input type="time">
is only available from Fx 57.
The MDN docs for <input type="time">
note the differences between the implementations on the desktop browsers: specifically, Chrome and Edge use a 24 hour entry, whereas Firefox uses as 12 hour entry + AM/PM field.
As this is new in Fx 57, it’d be good to be ahead of this change. The design specs for this feature show that while there will eventually be fancy popup panels added for selection of times, the styling of the
<input>
itself won’t change.