fix: 修复 formatDatetime 函数处理跨午夜时间显示问题
重构日期时间格式化逻辑,使用 dayjs 库替代字符串切片以提升健壮性。新增对跨午夜至 00:00 情况的特殊处理,将其显示为 24:00,使时间区间表达更符合日常习惯。
Showing
1 changed file
with
25 additions
and
5 deletions
-
Please register or login to post a comment
重构日期时间格式化逻辑,使用 dayjs 库替代字符串切片以提升健壮性。新增对跨午夜至 00:00 情况的特殊处理,将其显示为 24:00,使时间区间表达更符合日常习惯。