"v10.0p_2015-06-18/Pro Edition"
Hi,
Is possible modify the "DataChooser Picker" for showing only Months and Years? I Can't find any solution in the forums.
I tried this code:
field.editorType= "DateItem"; field.useTextField= true; field.useMask= false; field.dateFormatter= "MM/YYYY"; the "field" is a field of listGrid.
To clarify the user can insert a date for example "09/2017" and in the system I can save 01/09/2017.
Thanks All
Hi,
Is possible modify the "DataChooser Picker" for showing only Months and Years? I Can't find any solution in the forums.
I tried this code:
field.editorType= "DateItem"; field.useTextField= true; field.useMask= false; field.dateFormatter= "MM/YYYY"; the "field" is a field of listGrid.
To clarify the user can insert a date for example "09/2017" and in the system I can save 01/09/2017.
Thanks All
Comment