mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 13:03:43 +08:00
-
This commit is contained in:
@@ -27,6 +27,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
formatString = formatString.Replace("hh", "hh24")
|
formatString = formatString.Replace("hh", "hh24")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
formatString = formatString.Replace("mm", "mi");
|
formatString = formatString.Replace("mm", "mi");
|
||||||
//if (formatString.HasValue() && formatString.Contains("hh:mm"))
|
//if (formatString.HasValue() && formatString.Contains("hh:mm"))
|
||||||
//{
|
//{
|
||||||
|
Reference in New Issue
Block a user