文件名称:Extjs407 getValue()和getRawValue()区别介绍
文件大小:21KB
文件格式:PDF
更新时间:2023-12-31 13:35:28
al js ue
例子: 代码如下: { xtype: ‘datefield’, width: 100, id: ‘mydate’, format: ‘Y-m-d’, value: new Date(), msgTarget: ‘side’, emptyText: ‘请选择日期。。。’, name: ‘mydate’ } mydate.value 和getvalue() 一样的。 mydate.getvalue() 返回的是对象: Wed Mar 07 2007 00:00:00 GMT+0100 也可以用以下方法格式化:mydate.formatDate(myDate.getValue())) : 200