mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-07-05 03:18:16 +08:00
..
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user