問題タブ [pikaday]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 複数のカレンダー日付を読み取る方法 Pikaday
日付からを選択するカレンダーと日付までを選択するカレンダーの 2 つのカレンダーがあり、Pikadayで作成しました。イベント中onSelect
に両方のカレンダーの日付を取得して、両方のカレンダーの選択した日付範囲に基づいて jQuery を使用してアイテムのリストをフィルター処理できるようにしたいと考えています。ドキュメントを読みましたが、2 つのカレンダーで選択した両方の日付を Pikaday API 経由で読み取る方法は他にありません。
onSelect
イベント中にカレンダーから選択した日付を読み取ることができるように、Pikday を使用できた人はいますか?
javascript - Pikaday selecting 2018 even though the yearRange set is [1968, 2005]
How to make 2005 be selected as default year in the select box.