30 Aug 2006 at 08:56 #1 pallys pallys Associate Joined 2 Jul 2004 Posts 1,421 Hi, I have a string in say eg ddmmyyyy format how can I convert this into a date format in C ? Thanks.
Hi, I have a string in say eg ddmmyyyy format how can I convert this into a date format in C ? Thanks.
30 Aug 2006 at 09:23 #2 Visage Visage Permabanned Joined 13 Jan 2005 Posts 10,708 pallys said: Hi, I have a string in say eg ddmmyyyy format how can I convert this into a date format in C ? Thanks. Click to expand... It already is in a date format - 'ddmmyyyy'......
pallys said: Hi, I have a string in say eg ddmmyyyy format how can I convert this into a date format in C ? Thanks. Click to expand... It already is in a date format - 'ddmmyyyy'......
30 Aug 2006 at 10:50 #3 happytechie happytechie Soldato Joined 18 Oct 2002 Posts 5,600 Location Surrey http://refcards.com/refcards/c/c-refcard-letter.pdf has all you need to know for ANSI C what format do yuo want it in? HT
http://refcards.com/refcards/c/c-refcard-letter.pdf has all you need to know for ANSI C what format do yuo want it in? HT