0.1.0 • Published 6 years ago

bootstrap-datetimepicker-lunar-plugin v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

bootstrap-datetimepicker-lunar-plugin

中国农历日期时间选择插件, for bootstrap-datetimepicker.

npm.io

依赖

安装

npm install --save bootstrap-datetimepicker-lunar-plugin

使用

const $ = require('jquery');
require('bootstrap-datetimepicker-lunar-plugin');
require('bootstrap-datetimepicker-lunar-plugin/dist/bootstrap-datetimepicker-lunar-plugin.css');

$('selector').datetimepicker({...});