josephjohn100
Member
- Joined
- Nov 8, 2012
- Messages
- 8
- Programming Experience
- 3-5
Dim strDateTime as String
strDateTime = "11/8/2012 1:36:39 PM"
How can I convert this string to display without seconds. ie. "11/8/2012 1:36 PM"
strDateTime = "11/8/2012 1:36:39 PM"
How can I convert this string to display without seconds. ie. "11/8/2012 1:36 PM"