Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: string is not recognized Pin
PIEBALDconsult23-Sep-09 12:23
mvePIEBALDconsult23-Sep-09 12:23 
AnswerRe: string is not recognized Pin
Ashfield23-Sep-09 8:56
Ashfield23-Sep-09 8:56 
GeneralRe: string is not recognized Pin
DaveyM6923-Sep-09 9:07
professionalDaveyM6923-Sep-09 9:07 
GeneralRe: string is not recognized Pin
PIEBALDconsult23-Sep-09 12:12
mvePIEBALDconsult23-Sep-09 12:12 
GeneralRe: string is not recognized Pin
Luc Pattyn23-Sep-09 13:14
sitebuilderLuc Pattyn23-Sep-09 13:14 
GeneralRe: string is not recognized Pin
PIEBALDconsult23-Sep-09 17:55
mvePIEBALDconsult23-Sep-09 17:55 
GeneralRe: string is not recognized Pin
Luc Pattyn24-Sep-09 0:27
sitebuilderLuc Pattyn24-Sep-09 0:27 
GeneralRe: string is not recognized Pin
Ashfield23-Sep-09 21:04
Ashfield23-Sep-09 21:04 
But he is only adding to the day variable:

// assume today is 30 Sep 2009 (30/09/2009)
string day = (DateTime.Now.AddDays(1).Day.ToString());    // day = 1        
string month = (DateTime.Now.Month.ToString());           // month = 9 
string year = (DateTime.Now.Year.ToString());             // year = 2009
string date_nextDay = month + '/' + day + '/' + year;    // gives 9/1/2009


Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP

GeneralRe: string is not recognized Pin
DaveyM6924-Sep-09 0:00
professionalDaveyM6924-Sep-09 0:00 
GeneralRe: string is not recognized Pin
Luc Pattyn24-Sep-09 0:29
sitebuilderLuc Pattyn24-Sep-09 0:29 
GeneralRe: string is not recognized Pin
Ashfield24-Sep-09 1:23
Ashfield24-Sep-09 1:23 
GeneralRe: string is not recognized Pin
Rabia_Arif24-Sep-09 5:19
Rabia_Arif24-Sep-09 5:19 
QuestionFileSystemWatcher and Window Service. Pin
Escocia23-Sep-09 6:43
Escocia23-Sep-09 6:43 
AnswerRe: FileSystemWatcher and Window Service. Pin
0x3c023-Sep-09 6:55
0x3c023-Sep-09 6:55 
AnswerRe: FileSystemWatcher and Window Service. Pin
Luc Pattyn23-Sep-09 8:25
sitebuilderLuc Pattyn23-Sep-09 8:25 
GeneralRe: FileSystemWatcher and Window Service. Pin
Escocia24-Sep-09 0:59
Escocia24-Sep-09 0:59 
GeneralRe: FileSystemWatcher and Window Service. Pin
Luc Pattyn24-Sep-09 1:11
sitebuilderLuc Pattyn24-Sep-09 1:11 
QuestionData from Scanner to Database Pin
Dambod23-Sep-09 6:40
Dambod23-Sep-09 6:40 
AnswerRe: Data from Scanner to Database Pin
Manas Bhardwaj23-Sep-09 6:51
professionalManas Bhardwaj23-Sep-09 6:51 
GeneralRe: Data from Scanner to Database Pin
Dambod23-Sep-09 6:57
Dambod23-Sep-09 6:57 
GeneralRe: Data from Scanner to Database Pin
Dave Kreskowiak23-Sep-09 9:31
mveDave Kreskowiak23-Sep-09 9:31 
AnswerRe: Data from Scanner to Database Pin
Henry Minute23-Sep-09 6:58
Henry Minute23-Sep-09 6:58 
GeneralRe: Data from Scanner to Database Pin
Dambod23-Sep-09 7:17
Dambod23-Sep-09 7:17 
GeneralRe: Data from Scanner to Database Pin
Henry Minute23-Sep-09 8:31
Henry Minute23-Sep-09 8:31 
AnswerRe: Data from Scanner to Database Pin
cmk23-Sep-09 8:29
cmk23-Sep-09 8:29 

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.