Please check if the PR fulfills these requirements
[x] It's submitted to right branch according to our branching model
[x] It's right issue type on title
[ ] When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
[x] The commit message follows our guidelines
[x] Tests for the changes have been added (for bug fixes/features)
[ ] Docs have been added/updated (for bug fixes/features)
[ ] It does not introduce a breaking change or has description for the breaking change
Description
Fixed that the selectable time range was set for endPicker if the startPicker and endPicker had the same day even if the year and month were different.
It was caused by setting a time range without comparing startPicker's date to endPicker's date.
As-Is
To-Be
Thank you for your contribution to TOAST UI product. 🎉 😘 ✨
Please check if the PR fulfills these requirements
fix #xxx[,#xxx]
, where "xxx" is the issue number)Description
As-Is
To-Be
Thank you for your contribution to TOAST UI product. 🎉 😘 ✨