How to parse a string into a datetime struct in C?
Posted
by thoaionline
on Stack Overflow
See other posts from Stack Overflow
or by thoaionline
Published on 2010-04-27T15:35:13Z
Indexed on
2010/04/27
15:53 UTC
Read the original article
Hit count: 220
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.
© Stack Overflow or respective owner