mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-20 01:22:51 +08:00
..
This commit is contained in:
parent
70f5870b60
commit
ef8bf9362c
@ -74,6 +74,7 @@ public static class DateTimeExtensions
|
||||
return me.ToString("yyyy-MM-dd HH:mm:ss");
|
||||
}
|
||||
|
||||
// ReSharper disable once InconsistentNaming
|
||||
public static string yyyyMMddHHmmssfff(this DateTime me)
|
||||
{
|
||||
return me.ToString("yyyy-MM-dd HH:mm:ss.fff");
|
||||
|
Loading…
x
Reference in New Issue
Block a user