I have two time pickers and unable to compare its values with each other.
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 7.6k
- Fork
- 981
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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"
});
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.