View Single Post
  #1 (permalink)  
Old 08-05-2007, 05:04 AM
osval osval is offline
Member
 
Join Date: Jul 2007
Posts: 26
osval is on a distinguished road
help with dates and time
I have a program where I expect the user to enter two values, a date and time in these formats:
Code:
7/28/2008 22:30 6:45
if I receive this information as a string, what the best way to parse out the day, month, year and hour, minute values?
Reply With Quote
Sponsored Links