浏览器端使用,引用脚本: Usage## Node.js### var LunarCalendar = require("lunar-calendar"); 浏览器### window.LunarCalendar是一个全局对象,可以全局作用域直接调用。 方法列表## LunarCalendar.calendar(year,month[,fill])### 通过公历获取某月
dist/chinese_lunar_calendar.min.js是打包好的库,可用于浏览器可以直接引入,简单例子 原理 这个库是通过抓取香港天文台 (http://data.weather.gov.hk/gts/time/calendar/text/T2019c.txt) 的数据, 把每年闰月月份和每月的大小保存下来编码压缩,先解压生成数据表,再通过查表算出农历日期和节气 注意!! 某些库和...
moment-lunar.min.js moment-lunar.min.js.map package-lock.json package.json README MIT license moment-lunar Moment-lunar is moment.js plugin for chinese lunar calendar. What is chinese lunar calendar? A lunar calendar is a calendar based upon cycles of the Moon's phases (synodic months), ...
<lunar-full-calendar:events="events":config="config"></lunar-full-calendar>......data(){return{events:[],config:{lunarCalendar:true//(Control whether the Chinese calendar shows true, unrealistic flase, default true.)},}},...window.lunar(date)// Date is the date... HTML API document ...
lunar-calendar 0.1.4•Public• Published10 years ago Readme Keywords none Repository License none Last publish 10 years ago Reportmalware
`` ##Usage## ###Node.js### var LunarCalendar = require("lunar-calendar"); ###浏览器### `window.LunarCalendar`是一个全局对象,可以全局作用域直接调用。 ##方法列表## ###LunarCalendar.calendar(year,month[,fill])### 通过公历获取某月农历数据 ###参数说明### - @param {Number} `year`...
:watch:一个基于js的农历日历插件,参考部分别人源码自己学习使用. Contribute to czkm/js-lunar-calendar development by creating an account on GitHub.
chinese lunar calendar. Contribute to linlifengx/chinese_lunar_calendar development by creating an account on GitHub.
:watch:一个基于js的农历日历插件,参考部分别人源码自己学习使用. Contribute to czkm/js-lunar-calendar development by creating an account on GitHub.
js-lunar-calendar 一款基于jq的日历插件 引入vue项目 支持农历选择器 选择后可以通过按下测试按钮在控制台中打印转换后的数字 如果不需要可以取消。 移动端浏览 pc端浏览 A Vue.js project Build Setup #install dependenciesnpm install#serve with hot reload at localhost:8080npm run dev#build for production ...