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