文件名称:autoform-bs-daterangepicker:自动形成日期范围选择器
文件大小:39KB
文件格式:ZIP
更新时间:2024-05-30 15:23:46
JavaScript
autoform-bs-daterangepicker 这个项目是从为打包的分叉的。 有什么变化? 从本地Moment.js中删除依赖项 替换取决于 安装 对于Meteor 0.9.3及更高版本,请使用以下命令进行安装: $ meteor add baysao:autoform-bs-daterangepicker 用法 SearchSchema = new SimpleSchema ( { searchRange : { type : [ Date ] , label : "From - To" , optional : false , autoform : { type : "bootstrap-daterangepicker" , dateRangePickerValue : moment ( ) . add (
【文件预览】:
autoform-bs-daterangepicker-master
----package.js(1KB)
----autoform-bs-daterangepicker.js(1KB)
----tests()
--------autoform-bs-daterangepicker-tests.js(121B)
----autoform-bs-daterangepicker.html(122B)
----.gitignore(39B)
----lib()
--------daterangepicker-bs3.css(7KB)
--------daterangepicker-bs2.css(7KB)
--------moment.js(97KB)
--------daterangepicker.js(52KB)
----README.md(1KB)