在我的剑道网格中,我想更改过滤器中的日期格式
例如:2015年1月30日至2015年1月30日
我已经更改了开始日期的日期格式
field: "StartDate",
title: "Start Date",
width: 30,
format: "{0:MMM dd, yyyy}",
parseFormats: "{0:MM/dd/yyyy}",
headerTemplate: '<label for="check-all"><b>Start Date</b></label>',
headerAttributes: { style: "text-align: center;" },
attributes: { style: "text-align:center !important;padding-right: 25px;" }
Run Code Online (Sandbox Code Playgroud)
代码在我的可过滤
filterable: {
extra: false,
operators: {
string: {
startswith: "Starts with",
eq: "Is equal to"
}
}
},
Run Code Online (Sandbox Code Playgroud)
截图请看这个
谢谢