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