Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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({...});
```