Following is my code that`s throwing error like "Message: 'Ext.ux.form.DateTime' is null or not an object".
this.DateTime=new Ext.ux.form.DateTime(
{
format: 'm/d/Y h:i:s A',listeners:{
select:function(){
}} });
I really have less idea about extjs.Thanks in advance.