1

I need to override the datefield dropdown to show only the year, month but no date. And on selection the field should set the date in format YYYY-MM since i just want to set the year and month values in date field like 2018-03 or 2018-04

here is the senchaFiddle

enter image description here

year and month only

I just want the second image like dropdown(just showing the year and month) to show on the datefield dropdown without showing the dates

2 Answers2

0

Month Year date field is shown as from @Alexander's answer in this fiddle.

Another option is using stock date picker with the monthPickerPlugin

Akin Okegbile
  • 1,108
  • 19
  • 36
0

ok ive just tried this and it worked greatly also for extjs4

here is the fiddle