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