Default date 1970 is displayed in date picker , how to avoid to display the default date.
Default date 1970 is displayed in date picker , how to avoid to display the default date.
Hi,
try following code :
Code:var datePicker = Ext.create('Ext.picker.Date',{ value:new Date() }); Ext.Viewport.add(datePicker); datePicker.show();
sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.
Thanks for your reply,
even though the same problem occur , the default date is displayed in the datepicker(1970).
We are using Date Picker in dyanamic that is at the run we are able to add or delete Date picker when click on the Add button.