How to parse a string into a datetime struct in C? - by thoaionline I would like to have a string (char*) parsed into a tm struct in C. Is there any built-in function to do that? I am referring to ANSI C in C99 Standard. Read the article