去掉时间中的时分秒

if (value != null) {
if (value != "") {
if (value.indexOf("T") > 0) {
value = value.substring(0, row.CreateDate.indexOf("T"));

}
return value;
}

}

反思 空杯 担当
原文地址:https://www.cnblogs.com/oralig/p/9547731.html