Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここで利用可能なような日付ピッカーを実装したい: Datepicker Demo
これがどの日付ピッカーで、どこから同じものを取得できるかを誰かに教えてもらえますか?
jQuery UI 日付ピッカーまたは HTML5 日付ピッカーのいずれかを使用できます。デモのフィドルを確認してください
<input type="date" />
または ..
$("#datepicker").datepicker();
JSFIDDLE デモ