"2/6/2013"
在我们绑定到格式化程序后,服务器正在返回一个带有这种格式日期的字符串,它看起来像这样: "12/4/2007"
.
{
name: 'DueDate',
index: 'DueDate',
width: 110,
align: 'center',
resizable: false,
formatter:'date',
formatoptions: { newformat: 'm/d/Y' },
datefmt: 'm/d/Y'
}
为什么?