首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
EXTJS 4.2 日期控件
EXTJS 4.2 日期控件
mac
2022-06-30
72
{ xtype:
"fieldcontainer"
, layout:
"hbox"
, items: [{ fieldLabel:
'开始时间'
, name:
'CreateTime'
, xtype:
'datefield', editable:
false
, emptyText:
"--请选择--"
, format:
"Y-m-d",
//
日期的格式
allowBlank:
false
, width: 300
, }, { fieldLabel:
'到期时间'
, name:
'EndTime'
, xtype:
'datefield', editable:
false
, emptyText:
"--请选择--"
, format:
"Y-m-d",
//
日期的格式
allowBlank:
false
, width: 300
, }] }
转载于:https://www.cnblogs.com/foreverfendou/p/5116562.html
相关资源:extjs4.2 日期控件 datefield 拓展加上选择时分秒功能
转载请注明原文地址: https://mac.8miu.com/read-14074.html
最新回复
(
0
)