is there a library or some way to create an input with dart in 24H format? Currently I have an input type = "time" but shows 12H format (am / pm).
is there a library or some way to create an input with dart in 24H format? Currently I have an input type = "time" but shows 12H format (am / pm).
This is a browser limitation and has nothing to do with Dart.
Seems there are several browsers which don't support the
<input type="time">
at all see http://caniuse.com/#feat=input-datetime.See also
This page provides alternatives http://davidwalsh.name/html5-input-types-alternative#date