WXL
2026-06-04 b7b8202e3ecb7f720eefd7a226b2ee8166fc5057
node_modules/@dcloudio/uni-ui/lib/uni-datetime-picker/util.js
@@ -389,8 +389,8 @@
}
function dateCompare(startDate, endDate) {
   startDate = new Date(fixIosDateFormat(startDate))
   endDate = new Date(fixIosDateFormat(endDate))
   startDate = new Date(fixIosDateFormat(typeof startDate === 'string' ? startDate.trim() : startDate))
   endDate = new Date(fixIosDateFormat(typeof endDate === 'string' ? endDate.trim() : endDate))
   return startDate <= endDate
}