Fixed not included last day

This commit is contained in:
2025-11-11 08:52:00 +01:00
parent 48263b28b5
commit f61c780185
2 changed files with 14 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ dayjs.extend(utc)
dayjs.extend(timezone)
dayjs.extend(isSameOrAfter)
dayjs.extend(isSameOrBefore)
dayjs.extend(isBetween)
dayjs.extend(isoWeek)
dayjs.extend(localizedFormat)
dayjs.extend(customParseFormat)