fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
403 B

7 years ago
# custom_date_time
7 years ago
## 日期选择下拉框(可以选择时分秒)
7 years ago
{% method %}
7 years ago
[source](https://jsfiddle.net/fineui/2d9dcxov/)
7 years ago
{% common %}
```javascript
BI.createWidget({
7 years ago
type: "bi.custom_date_time_combo",
7 years ago
element: "#wrapper",
});
```
{% endmethod %}
##参数
| 参数 | 说明 | 类型 | 可选值 | 默认值
| :------ |:------------- | :-----| :----|:----|
--- ---