asp.net - Time picker always using the 12 hours format in browser -


i working on asp.net web application. have published using vs 2015 , deployed under iis6.1. website hosted in server system time format 24 hours. when start website iis on browser on server, each time change time format (from 24 12), input time picker input box displayed on web page follows system format.

<input type="time" id="totime" class="form-control"> 

however when open website on chrome browser on machine (which system time format 24 hours well), time picker display 12 hours format.

i not talking returned value timepicker in 24 hours format, rather how input time picker displayed on browser. i'm suspecting iis overrides system format can't find out how , might doing so??


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -