Input time with format 24H in Dart

1k views Asked by At

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

http://take.ms/ViPFV

1

There are 1 answers

3
Günter Zöchbauer On BEST ANSWER

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