Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Rajan Kapadia wrote:
means what is exact ....?? means ?? --> 8-3 Length string ??

This is a very strange looking sentence, but I think what you are asking looks like this:

if (3 == length)
else if (4 == length)
else if (5 == length)
else if (6 == length)
else if (7 == length)
else if (8 == length)
If that is not right, please ask again.

Rajan Kapadia wrote:
for Current SystemDate I want to Know how i can do for "next","this", "previous" , etc words ??

Like I indicated, today's date can be obtained using time(). Yesterday's date can be obtained by subtracting 86400 from that value, and tomorrow's date can be obtained by adding 86400 to that value. Make sense?


"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 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 
GeneralRe: Keywords Pin
Christian Graus21-Jul-05 19:05
protectorChristian Graus21-Jul-05 19:05 
GeneralLisBox index value Pin
a_david12321-Jul-05 18:13
a_david12321-Jul-05 18:13 

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.