You are viewing a single comment's thread. Return to all comments →
C#
public static string timeConversion(string s) { DateTime dt = DateTime.Parse(s); return dt.ToString("HH:mm:ss"); }
Seems like cookies are disabled on this browser, please enable them to open this website
Time Conversion
You are viewing a single comment's thread. Return to all comments →
C#