1、Ext.util.Format.date(new Date().add(Date.DAY, 5), 'Y-m-d'), 'Y-m-d')
2、Ext.util.Format.date(new Date(parseInt(value.substring(6, value.length - 2))).add(Date.DAY, parseInt(stringTime), 'Y-m-d'), 'Y-m-d')
1、Ext.util.Format.date(new Date().add(Date.DAY, 5), 'Y-m-d'), 'Y-m-d')
2、Ext.util.Format.date(new Date(parseInt(value.substring(6, value.length - 2))).add(Date.DAY, parseInt(stringTime), 'Y-m-d'), 'Y-m-d')