功能说明 关闭 📅 日期推算 设定一个开始日期,输入往后(+)或往前(-)推算的天数,即可计算出目标日期。底部提供常用快捷按钮。 间隔计算 选择两个日期,计算它们之间相差多少天,并自动换算为周数和月数。 🌙 农历转换 支持公历(阳历)与农历(阴历)互转,并显示干支纪年、生肖、节气等传统信息。 日期推算 间隔计算 农历转换 开始日期 {{startDate || '请选择'}} {{startWeekday}} 推算天数 +1周 +1月 +百日 +1年 -1天 -1周 推算结果 {{resultDate}} {{resultWeekday}} 🌙 农历 {{resultLunar}} 起始日期 {{startDate}} 结束日期 {{endDate}} 时间跨度 {{intervalDays}} ≈ {{intervalWeeks}} 周{{intervalRemainingDays > 0 ? ' ' + intervalRemainingDays + ' 天' : ''}} | ≈ {{intervalMonths}} 个月{{intervalExtraDays > 0 ? ' ' + intervalExtraDays + ' 天' : ''}} {{lunarDirection === 'toL' ? '选择公历日期' : '选择农历日期'}} 切换为 {{lunarDirection === 'toL' ? '农历→公历' : '公历→农历'}} {{lunarSolarDate || '请选择'}} {{lunarPickerDisplay || '请选择'}} 对应农历 {{lunarResult.monthName}}{{lunarResult.dayName}} {{lunarResult.ganZhi}}年 · {{lunarResult.animal}}年 🎊 {{lunarFestivalText}} 🌿 {{solarTermText}} 🎉 {{solarFestivalText}} 对应公历 {{lunarToSolarResult}} {{lunarToSolarWeekday}} 📌 今日 公历 {{todaySolar}} 农历 {{todayLunar}} 干支 {{todayGanZhi}} 生肖 {{todayAnimal}} 🌿 今日节气:{{todayTerm}}