私は自分のフォームでこの日付フィールドを持っている:設定された開始日付フィールドEXTJS
{
xtype: 'datefield',
fieldLabel: 'Date commence travel',
name: 'tgl_awal',
id: 'tgl_awal',
vtype: 'daterange',
endDateField: 'tgl_akhir', // id of the end date field
allowBlank: false,
msgTarget: 'side',
format: 'd-m-Y'
}, {
xtype: 'datefield',
fieldLabel: 'Date end travel',
name: 'tgl_akhir',
id: 'tgl_akhir',
vtype: 'daterange',
startDateField: 'tgl_awal',
allowBlank: false,
msgTarget: 'side',
format: 'd-m-Y'
}
私は今日の事前tgl_awal 3ヶ月で開始日付フィールドを設定します。私は外で定義したJavascript変数で設定しようとしましたが効果はありません。どんな助けもありがたい。
デモ用に設定する必要があります。 – Tejas
@ Tejas1991残念ながら私は持っていない – rayyar