You are viewing a single comment's thread. Return to all comments →
public static string timeConversion(string s) { DateTime d = DateTime.Parse(s); return $"{d: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 →