0

I have input type="time" as following:

    <input type="time" id="openTime" name="openTime" value="">

My question is about how to change AM - PM to be displayed(localized) in another language?

Simple Code
  • 2,354
  • 2
  • 27
  • 56

1 Answers1

0

Depending on the question HTML input time in 24 format It is not a good idea to use input type time for robust user experience.

I have decided to use bootstrap-datetimepicker as a good alternative.

Simple Code
  • 2,354
  • 2
  • 27
  • 56