用来截取Date类型的日期,无效果
eq返回的是jquery对象,jquery对象没有substring方法,这个是js字符串的方法,获取td的html后在调用方法
$('td',row).eq(15).html().substring(0,9)