extjs中 一种处置封装好了的json时间

extjs中 一种处理封装好了的json时间1.json传过来的时间参数//格式化时间类型function formatDate(value){

extjs中 一种处理封装好了的json时间

1.json传过来的时间参数

//格式化时间类型    function formatDate(value){         return value ? value.dateFormat('Y-m-d') : '';     }