农历日历数据表Access
里面是一个access 2003的数据库文件LunarCalendar.mdb,mdb里面就一个数据表。 字段分别是id(自动编号,根据日子递增,因此在搜索某年某月时可以直接查询到月然后order by id asc这样整个月的记录就是顺序的), year1(公历年), month1(公历月), day1(公历日), lunaryear1(农历年), lunarmonth1(农历月), lunarday1(农历日), lunarLeapMonth1(农历月是否闰月,0为非闰月,1为闰月), week1(星期,0-6分别代表星期日-星期六), holiday1(公历节日), lunarholid
用户评论