extjs中 一种处理封装好了的json时间
1.json传过来的时间参数
//格式化时间类型 function formatDate(value){ return value ? value.dateFormat('Y-m-d') : ''; }