mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-06-21 01:48:15 +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