Click here to Skip to main content
15,893,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can handle dateandtime control value for different regional language? Pin
Le@rner13-Mar-11 23:31
Le@rner13-Mar-11 23:31 
AnswerRe: How can handle dateandtime control value for different regional language? Pin
Luc Pattyn13-Mar-11 23:54
sitebuilderLuc Pattyn13-Mar-11 23:54 
GeneralRe: How can handle dateandtime control value for different regional language? Pin
Le@rner14-Mar-11 0:00
Le@rner14-Mar-11 0:00 
GeneralRe: How can handle dateandtime control value for different regional language? Pin
Luc Pattyn14-Mar-11 0:13
sitebuilderLuc Pattyn14-Mar-11 0:13 
GeneralRe: How can handle dateandtime control value for different regional language? [modified] Pin
Le@rner14-Mar-11 1:18
Le@rner14-Mar-11 1:18 
GeneralRe: How can handle dateandtime control value for different regional language? Pin
Luc Pattyn14-Mar-11 1:35
sitebuilderLuc Pattyn14-Mar-11 1:35 
GeneralRe: How can handle dateandtime control value for different regional language? Pin
Le@rner14-Mar-11 18:22
Le@rner14-Mar-11 18:22 
QuestionRe: How can handle dateandtime control value for different regional language? [modified] Pin
David Crow15-Mar-11 8:41
David Crow15-Mar-11 8:41 
Le@rner wrote:
i have two date time picker and on button click event get date and time from
these date time control and want to assign in other COleDateTime type
variable.

please tell me how can i do this without ParseDateTime?

Have you tried:

COleDateTime DateTime;
((CDateTimeCtrl *) GetDlgItem(IDC_DATETIMEPICKER1))->GetTime(DateTime);

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather


modified on Wednesday, March 16, 2011 8:32 AM

AnswerRe: How can handle dateandtime control value for different regional language? Pin
Le@rner15-Mar-11 18:30
Le@rner15-Mar-11 18:30 
GeneralRe: How can handle dateandtime control value for different regional language? Pin
David Crow16-Mar-11 2:34
David Crow16-Mar-11 2:34 
QuestionIs there any licenced data structure library Pin
pandit8413-Mar-11 19:53
pandit8413-Mar-11 19:53 
AnswerRe: Is there any licenced data structure library Pin
Richard MacCutchan13-Mar-11 22:56
mveRichard MacCutchan13-Mar-11 22:56 
AnswerRe: Is there any licenced data structure library Pin
Hans Dietrich13-Mar-11 22:58
mentorHans Dietrich13-Mar-11 22:58 
QuestionDisable turning the screen off Pin
aangerma12-Mar-11 22:57
aangerma12-Mar-11 22:57 
AnswerRe: Disable turning the screen off Pin
Hans Dietrich12-Mar-11 23:49
mentorHans Dietrich12-Mar-11 23:49 
AnswerRe: Disable turning the screen off Pin
Eddy Vluggen13-Mar-11 3:30
professionalEddy Vluggen13-Mar-11 3:30 
GeneralRe: Disable turning the screen off Pin
aangerma13-Mar-11 3:48
aangerma13-Mar-11 3:48 
AnswerRe: Disable turning the screen off Pin
Emilio Garavaglia13-Mar-11 10:10
Emilio Garavaglia13-Mar-11 10:10 
GeneralRe: Disable turning the screen off Pin
aangerma13-Mar-11 22:49
aangerma13-Mar-11 22:49 
GeneralRe: Disable turning the screen off Pin
Maximilien14-Mar-11 2:49
Maximilien14-Mar-11 2:49 
Questionit's much slower when using boost::pool_allocator and boost::object_pool Pin
followait12-Mar-11 19:05
followait12-Mar-11 19:05 
AnswerRe: it's much slower when using boost::pool_allocator and boost::object_pool Pin
Richard MacCutchan12-Mar-11 22:45
mveRichard MacCutchan12-Mar-11 22:45 
GeneralRe: it's much slower when using boost::pool_allocator and boost::object_pool Pin
CPallini13-Mar-11 1:44
mveCPallini13-Mar-11 1:44 
GeneralRe: it's much slower when using boost::pool_allocator and boost::object_pool Pin
Richard MacCutchan13-Mar-11 2:06
mveRichard MacCutchan13-Mar-11 2:06 
GeneralRe: it's much slower when using boost::pool_allocator and boost::object_pool Pin
CPallini13-Mar-11 3:02
mveCPallini13-Mar-11 3:02 

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.