HTML input time in 24 format

前端 未结 5 1043
悲&欢浪女
悲&欢浪女 2020-11-28 09:53

I am using below HTML tag:


In Chrome, Its showing PM/AM format, can we restrict to display 24 format always.

5条回答
  •  迷失自我
    2020-11-28 10:10

    You can't do it with the HTML5 input type. There are many libs available to do it, you can use momentjs or some other jQuery UI components for the best outcome.

提交回复
热议问题