amsul / amsul/pickadate.js

I have two time pickers and unable to compare its values with each other.

未關閉
#1,092 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。