Patch Changes
-
78dd066Thanks
@segunadebayo! - Fix date comparison issues when time components are involvedThis change resolves critical issues with date comparison operations when different date types (
CalendarDate,
CalendarDateTime,ZonedDateTime) are mixed, particularly in scenarios involving time components.- Convert
now(timeZone)result toCalendarDateto ensure consistent date types without time components across all
date range preset operations - Update
constrainValuefunction to normalize all input dates toCalendarDatebefore comparison, preventing
time-component comparison issues - Remove redundant date type conversion in
getMonthFormatterfor cleaner, more efficient code
- Convert