Click here to Skip to main content
16,011,680 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Nilesh K.22-Jul-05 0:10
Nilesh K.22-Jul-05 0:10 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Anonymous22-Jul-05 4:19
Anonymous22-Jul-05 4:19 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Aamir Butt22-Jul-05 0:49
Aamir Butt22-Jul-05 0:49 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow22-Jul-05 4:46
David Crow22-Jul-05 4:46 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Anonymous23-Jul-05 0:16
Anonymous23-Jul-05 0:16 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow25-Jul-05 2:49
David Crow25-Jul-05 2:49 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Rajan Kapadia26-Jul-05 3:16
Rajan Kapadia26-Jul-05 3:16 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow26-Jul-05 3:24
David Crow26-Jul-05 3:24 
Rajan Kapadia wrote:
...is it write-way to do it ???

My first response would be no. Since there are only six possibilities, using an if/else construct would be much simpler now and in the future if you or someone else needed to modify it.

Rajan Kapadia wrote:
I want to find the current system date...

That is what time() is for.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Rajan Kapadia26-Jul-05 4:26
Rajan Kapadia26-Jul-05 4:26 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow26-Jul-05 4:57
David Crow26-Jul-05 4:57 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Rajan Kapadia26-Jul-05 21:32
Rajan Kapadia26-Jul-05 21:32 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow27-Jul-05 2:27
David Crow27-Jul-05 2:27 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Rajan Kapadia27-Jul-05 4:17
Rajan Kapadia27-Jul-05 4:17 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow27-Jul-05 4:38
David Crow27-Jul-05 4:38 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
Rajan Kapadia27-Jul-05 5:44
Rajan Kapadia27-Jul-05 5:44 
GeneralRe: Convert Custom String in to Date Format (mmmm dd, yyyy) Pin
David Crow27-Jul-05 5:59
David Crow27-Jul-05 5:59 
GeneralPlease help me! Pin
dSolariuM21-Jul-05 18:59
dSolariuM21-Jul-05 18:59 
GeneralRe: Please help me! Pin
Christian Graus21-Jul-05 19:02
protectorChristian Graus21-Jul-05 19:02 
GeneralRe: Please help me! Pin
dSolariuM22-Jul-05 7:51
dSolariuM22-Jul-05 7:51 
GeneralRe: Please help me! Pin
Christian Graus22-Jul-05 11:59
protectorChristian Graus22-Jul-05 11:59 
GeneralRe: Please help me! Pin
dSolariuM22-Jul-05 7:51
dSolariuM22-Jul-05 7:51 
GeneralRe: Please help me! Pin
toxcct21-Jul-05 20:21
toxcct21-Jul-05 20:21 
GeneralRe: Please help me! Pin
dSolariuM22-Jul-05 7:48
dSolariuM22-Jul-05 7:48 
GeneralRe: Please help me! Pin
Gary R. Wheeler23-Jul-05 4:34
Gary R. Wheeler23-Jul-05 4:34 
GeneralKeywords Pin
Anonymous21-Jul-05 18:58
Anonymous21-Jul-05 18:58 

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.