I have two time pickers and unable to compare its values with each other.
未關閉
- 主要語言
- JavaScript
- 星號
- 7.6k
- 分支
- 981
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Like I have one time picker for start time and another for end time and I need to compare start time must be less than end time. Also dynamically by comparing some logic I need to disable some times. Below is my code :
```
$('#txtEndTime').pickatime({
"min": "9:30 AM",
"max": "7:00 PM"
});
$('#txtStartTime').pickatime({
"min": "9:00 AM",
"max": "6:30 PM"
});
```
貢獻指南
評估
這個 Issue 還沒有評估資料。