“24 -часовой вход HTML” Ответ

Время типа HTML возвращает 24 часа смены на 12 часов

 If your computer's system prefs are set to use a 24-hour clock, the browser will render the <input type="time"> element as --:-- (time range: 00:00–23:59). If you change your computer's syst prefs to use 12-hour, the output won't change until you quit and relaunch the browser.
Blushing Baboon

24 -часовой вход HTML

<!DOCTYPE html>
<html>
  <head>
    <style>
      input {
        padding: 10px;
      }
    </style>
  </head>
  <body>
    <h1>Example</h1>
    <form action="/form/submit" method="post">
      <input type="week" name="week" min="2018-W1" max="2018-W52">
    </form>
  </body>
</html>
Coding boy Hasya

24 -часовой вход HTML

<input type="week" name="week" min="2018-W1" max="2018-W52">
Sana Mir

Ответы похожие на “24 -часовой вход HTML”

Вопросы похожие на “24 -часовой вход HTML”

Смотреть популярные ответы по языку

Смотреть другие языки программирования