toshortstring -> tostring
This commit is contained in:
@@ -103,7 +103,7 @@ namespace FCOMMON
|
||||
|
||||
if (DateTime.TryParse(src, out dt))
|
||||
{
|
||||
data = dt.ToShortDateString();
|
||||
data = dt.ToString("yyyy-MM-dd");
|
||||
return true;
|
||||
}
|
||||
else data = src;
|
||||
|
||||
Reference in New Issue
Block a user