次のように、開始時間を保存するためのjQueryタイムピッカーコンポーネントがあります
$("#startTimePicker").timepicker({
showOn : "both",
buttonImage : "UX_Common/images/icon_timepicker.png",
buttonImageOnly : true,
ampm : true,
stepMinute : 5,
});
終了時刻を保存するための別のもの
$("#endTimePicker").timepicker({
showOn : "both",
buttonImage : "UX_Common/images/icon_timepicker.png",
buttonImageOnly : true,
ampm : true,
stepMinute : 5,
});
終了時間が開始時間より前に来てはならないなどの検証が必要です。そのために何をする必要がありますか?助けてください。ありがとう