24 hour format in dbc input

Im using the dash bootstrap component Input with the Time type, is there any way to change the time format from AMPM to 24 hour format?

Hi @Intetsu and welcome to the Dash community :slight_smile:

The dbc.Input is basically an html.Input and the time display is determined by the browser, and the format by the operating system locale. See more information here:<input type="time"> - HTML: HyperText Markup Language | MDN