## omi-jquery-date-picker
Omi的jquery-date-range-picker插件,让你轻松在Omi项目里支持各种时间或者时间区域选择。
Demo
http://alloyteam.github.io/omi/plugins/omi-jquery-date-picker/example/simple/
通过npm安装
npm install omi-jquery-date-picker
使用
先引入一堆jquery-date-range-picker依赖的文件:
然后在Omi项目里使用:
;; OmiJQueryDatePicker; Component { superdata; } { console; console; } { return ` <div> <input omi-jquery-date-picker language="cn" instanceRef="datePicker" size="40" value="" onApply="applyHandle" > </div> `; } Omi;
License
This content is released under the MIT License.