1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【jquery】timepickerで時刻を選択できない

Posted at

はじめに

timepickerライブラリを使用して時刻をプルダウンで選択できるようにしたのですが、
01時~09時が選択できなかったので対応策を簡単にまとめてみました。

事象

01時~09時を選択すると以下のように時刻を選択できない
image.png

エラーメッセージは以下のとおり

does not conform to the required format timepicker The format is "HH:mm", "HH:mm:ss" or "HH:mm:ss.SSS" where HH is 00-23, mm is 00-59, ss is 00-59, and SSS is 000-999.

対応策

timepickerを使わずにtype="time"のみにする

おわりに

type="text"にすればtimepickerを使用しても01時~09時を選択できるのですが、
プルダウンで選択できなくなってしまうことからtype="time"のみにしました。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?