EXTJS 4.2 日期控件

mac2022-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 拓展加上选择时分秒功能
最新回复(0)