Hi,
I have a situation where I need to display the time in 24hr clock mode rather than 12hr mode. Is there a way to do this?
I need it to just display the the Hours & Mins e.g. 13:42. AM or PM is optional.
Thanks,
Jas
Hi, use custom date format like:
Label1.Text = DateAndTime.Now.ToString("HH:mm")
http://msdn.microsoft.com/en-us/library/8kb3ddd4(v=VS.85).aspx