-
15 Feb 2013 7:19 AM #1
Default date 1970 populating in data picker
Default date 1970 populating in data picker
Default date 1970 is displayed in date picker , how to avoid to display the default date.
-
15 Feb 2013 7:43 AM #2
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.
-
16 Feb 2013 2:05 AM #3
Thanks for your reply,
even though the same problem occur , the default date is displayed in the datepicker(1970).
-
18 Feb 2013 1:31 AM #4
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.


Reply With Quote