Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepraining/bootstrap-datepicker-lunar-plugin
中国农历日期选择插件, for bootstrap-datepicker.
https://github.com/deepraining/bootstrap-datepicker-lunar-plugin
calendar date lunar picker
Last synced: about 5 hours ago
JSON representation
中国农历日期选择插件, for bootstrap-datepicker.
- Host: GitHub
- URL: https://github.com/deepraining/bootstrap-datepicker-lunar-plugin
- Owner: deepraining
- License: mit
- Created: 2017-12-27T09:38:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T07:04:33.000Z (about 6 years ago)
- Last Synced: 2024-11-07T23:58:50.881Z (7 days ago)
- Topics: calendar, date, lunar, picker
- Language: JavaScript
- Homepage: https://senntyou.github.io/bootstrap-datepicker-lunar-plugin/index.html
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrap-datepicker-lunar-plugin
中国农历日期选择插件, for [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker).
![](./preview.png)
## 依赖
- [jquery](https://github.com/jquery/jquery)
- [bootstrap-datepicker](https://github.com/uxsolutions/bootstrap-datepicker)
- [LunarCalendar](https://github.com/zzyss86/LunarCalendar)## 安装
```
npm install --save bootstrap-datepicker-lunar-plugin
```## 使用
```
const $ = require('jquery');
require('bootstrap-datepicker-lunar-plugin');
require('bootstrap-datepicker-lunar-plugin/dist/bootstrap-datepicker-lunar-plugin.css');$('selector').datepicker({...});
```