Jul 5, 2002 #1 zipur Programmer Jul 5, 2002 13 CA How do you format a Time for 24hrs with VB? The following uses 12hr without Am/PM: StartTime = Time Thanks Again
How do you format a Time for 24hrs with VB? The following uses 12hr without Am/PM: StartTime = Time Thanks Again
Jul 5, 2002 #2 jitter Technical User Sep 2, 2001 351 US txtTime.value = format(time,"HH:MM" Upvote 0 Downvote
Jul 5, 2002 #3 TrojanRabbit Programmer Apr 4, 2002 190 US str = Format(time, "H:MM" Upvote 0 Downvote
Jul 5, 2002 Thread starter #4 zipur Programmer Jul 5, 2002 13 CA I love this forum!!! You guys are great, thanks! Upvote 0 Downvote