extjs获取当前时间

///获取当前日期(到秒)

var curDate = new Date()

//格式化;

var time=Ext.Date.format(curDate, 'Y-m-d');


你可能感兴趣的:(ExtJs)