| « Gradiant Border | Recent Find - Gunnar Peipman's Blog » |
Link: http://www.dotnetspider.com/resources/22024-Digital-clock-asp-net-using-c-coding.aspx
Here is a good demo of how to implement a active digital clock to a website.
Digital Clock from dotnetspider
one of things i added is the formatting of the output.
My usage of the format was:
Dim time As String = String.Format("{0:ddd MM/dd/yyyy HH:mm:ss (zzz G\MT)}", DateTime.Now)
which would output:
Mon 10/29/2009 13:45:23 (-05:00 GMT)