/ Published in: C#
drunkenprogrammer
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
public static string GetJavaScriptTime() { Int64 retval = 0; TimeSpan t = (DateTime.Now - st); retval = (Int64)(t.TotalMilliseconds + 0.5); retval = retval + 1000000; return retval.ToString(); }
URL: ideabubbling.com