Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

implement custom string to datetime convert net core

DateTime myDate = DateTime.ParseExact("2009-05-08 14:40:52,531", "yyyy-MM-dd HH:mm:ss,fff",
                                       System.Globalization.CultureInfo.InvariantCulture);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #implement #custom #string #datetime #convert #net #core
ADD COMMENT
Topic
Name
7+9 =