首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

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

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

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

1.json传过来的时间参数

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