calendar-converter.zip
calendar-converter 是 JavaScript 版本的公历和农历的互转库。 示例代码: var cc =new CalendarConverter; cc.lunar2solar(new Date(2011, 0, 3)); ---> 2010,11,29 cc.solar2lunar(new Date(2010, 10, 29)); ----> 2011, 1, 3 农历转公历时,如果那一月是那一年的闰月,则需额外传一个参数,才能得到正确的公历日期 cc.solar2lunar(new Date(2012, 4, 27)); ---> 2012年4月初7, 其中 isLeap为true,表示为闰四月 cc.lunar2solar(new Date(2012, 3, 7)) ---> 得到错误时间:2012, 4, 27 cc.lunar2solar(new Date(2012, 3, 7), true) --> 正确: 2012, 5, 27 result: { cDay: "戊戌" , cMonth: "丁未" , cYear: "壬辰" , isLeap: false // 该月是否为闰月 , lDay: 18 , lMonth: 6 , lYear: 2012 , lunarDay: "十八" , lunarFestival: "" , lunarMonth: "六" , lunarYear: "龙" , sDay: 5 , sMonth: 8 , sYear: 2012 , solarFestival: "" // 节日 , solarTerms: "" // 节气 , week: "日" // 周几 } 标签:calendar
- 1
- 粉丝: 448
- 资源: 1万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Keil C51 插件 检测所有if语句
- 各种排序算法java实现的源代码.zip
- 金山PDF教育版编辑器
- 基于springboot+element的校园服务平台源代码项目包含全套技术资料.zip
- 自动化应用驱动的容器弹性管理平台解决方案
- 各种排序算法 Python 实现的源代码
- BlurAdmin 是一款使用 AngularJs + Bootstrap实现的单页管理端模版,视觉冲击极强的管理后台,各种动画效果
- 基于JSP+Servlet的网上书店系统源代码项目包含全套技术资料.zip
- GGJGJGJGGDGGDGG
- 基于SpringBoot的毕业设计选题系统源代码项目包含全套技术资料.zip