This commit is contained in:
2022-11-29 18:00:52 +08:00
parent a61d057c76
commit fdaf7518c6
26 changed files with 40 additions and 151 deletions

View File

@@ -1,4 +1,4 @@
// ReSharper disable UnusedMember.Global
// ReSharper disable UnusedMember.Global
namespace NSExt.Extensions;
@@ -86,9 +86,4 @@ public static class DateTimeExtensions
{
return me.ToString("yyyyMMdd");
}
}
}