Aug 26, 2002 #1 RiderJon Programmer Aug 26, 2002 190 FR hi: Is there a way to convert a char into a time_t. I read in a char (that is like a date format). Now I was to convert that char into a date format like the ones you get from time_t today; ctime(&today);
hi: Is there a way to convert a char into a time_t. I read in a char (that is like a date format). Now I was to convert that char into a date format like the ones you get from time_t today; ctime(&today);
Aug 27, 2002 #2 EORCandy Programmer Aug 27, 2002 19 US I not sure exactly what you are trying to do. Keep in mind that "char" is a type and "time_t" is of type long. Hope this helps. Happy coding! *~-> EOR Candy <-~* Upvote 0 Downvote
I not sure exactly what you are trying to do. Keep in mind that "char" is a type and "time_t" is of type long. Hope this helps. Happy coding! *~-> EOR Candy <-~*