"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'
}
なんで?