Click here to Skip to main content
15,917,575 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 9:15
David Crow13-Aug-03 9:15 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 9:32
Jay Hova13-Aug-03 9:32 
Generalconvert a string into a date Pin
si_6913-Aug-03 4:30
si_6913-Aug-03 4:30 
GeneralRe: convert a string into a date Pin
si_6913-Aug-03 4:31
si_6913-Aug-03 4:31 
GeneralRe: convert a string into a date Pin
si_6913-Aug-03 5:23
si_6913-Aug-03 5:23 
GeneralRe: convert a string into a date Pin
David Crow13-Aug-03 5:30
David Crow13-Aug-03 5:30 
GeneralRe: convert a string into a date Pin
Steve S13-Aug-03 5:43
Steve S13-Aug-03 5:43 
GeneralRe: convert a string into a date Pin
David Crow13-Aug-03 5:59
David Crow13-Aug-03 5:59 
Steve S wrote:
Does that handle XML format dates, then?

There's no such thing as XML format dates. XML is a way to organize data. It is not concerned with format or display.

If the first 10 characters of the string is always in the format you previously described, this should work:

CString str = "2003-08-13T09:26:24.7000000+01:00";
COleDateTime date;
date.ParseDateTime(str.Left(10));
GeneralRe: convert a string into a date Pin
Steve S13-Aug-03 23:24
Steve S13-Aug-03 23:24 
GeneralUsing PBS_SMOOTH Pin
keegan13-Aug-03 4:24
keegan13-Aug-03 4:24 
Generaldoh Pin
keegan13-Aug-03 4:54
keegan13-Aug-03 4:54 
GeneralRe: Using PBS_SMOOTH Pin
Ryan Binns13-Aug-03 5:03
Ryan Binns13-Aug-03 5:03 
GeneralChanging pixel color on a bitmap Pin
vcplusplus13-Aug-03 4:23
vcplusplus13-Aug-03 4:23 
GeneralRe: Changing pixel color on a bitmap Pin
Ryan Binns13-Aug-03 5:05
Ryan Binns13-Aug-03 5:05 
GeneralRe: Changing pixel color on a bitmap Pin
vcplusplus13-Aug-03 6:40
vcplusplus13-Aug-03 6:40 
GeneralRe: Changing pixel color on a bitmap Pin
Ryan Binns14-Aug-03 0:09
Ryan Binns14-Aug-03 0:09 
GeneralRe: Changing pixel color on a bitmap Pin
vcplusplus14-Aug-03 2:37
vcplusplus14-Aug-03 2:37 
GeneralRe: Changing pixel color on a bitmap Pin
Ryan Binns14-Aug-03 3:10
Ryan Binns14-Aug-03 3:10 
GeneralUnresolved external symbol... Pin
Florin Ochiana13-Aug-03 3:35
Florin Ochiana13-Aug-03 3:35 
GeneralRe: Unresolved external symbol... Pin
Serge Krynine13-Aug-03 3:50
Serge Krynine13-Aug-03 3:50 
GeneralRe: Unresolved external symbol... Pin
Florin Ochiana13-Aug-03 4:29
Florin Ochiana13-Aug-03 4:29 
GeneralXcvData and adding a standard IP port Pin
Navin13-Aug-03 3:29
Navin13-Aug-03 3:29 
GeneralRe: XcvData and adding a standard IP port Pin
Navin13-Aug-03 5:34
Navin13-Aug-03 5:34 
GeneralI need to refer to the Microsoft’s non-conformance issues Pin
Anonymous13-Aug-03 3:22
Anonymous13-Aug-03 3:22 
GeneralRe: I need to refer to the Microsoft’s non-conformance issues Pin
Navin13-Aug-03 3:32
Navin13-Aug-03 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.