D dk Oct 10, 2003 #1 what format is required to get just the current time, for example 11:34 AM within vb.net? tia, dk
T Tom Shelton Oct 10, 2003 #2 what format is required to get just the current time, for example 11:34 AM within vb.net? tia, dk Click to expand... If you mean display? DateTime.Now.ToLongTimeString() DateTime.Now.ToShortTimeString() HTH
what format is required to get just the current time, for example 11:34 AM within vb.net? tia, dk Click to expand... If you mean display? DateTime.Now.ToLongTimeString() DateTime.Now.ToShortTimeString() HTH
H Herfried K. Wagner [MVP] Oct 10, 2003 #5 * "dk said: what format is required to get just the current time, for example 11:34 AM within vb.net? Click to expand... Try 'DateTime.Now'.
* "dk said: what format is required to get just the current time, for example 11:34 AM within vb.net? Click to expand... Try 'DateTime.Now'.