SoFunction
Updated on 2025-04-13

Extjs407 Introduction to the difference between getValue and getRawValue


{
xtype: 'datefield',
width: 100,
id: 'mydate',
format: 'Y-m-d',
value: new Date(),
msgTarget: 'side',
emptyText: 'Please select the date. . . ',
name: 'mydate'
}