Click here to Skip to main content
15,913,348 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionConversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk18-Nov-09 23:36
Johnkokk18-Nov-09 23:36 
AnswerRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Richard MacCutchan18-Nov-09 23:48
mveRichard MacCutchan18-Nov-09 23:48 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk18-Nov-09 23:59
Johnkokk18-Nov-09 23:59 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk19-Nov-09 0:24
Johnkokk19-Nov-09 0:24 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
TheDudeJuan19-Nov-09 1:25
TheDudeJuan19-Nov-09 1:25 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Richard MacCutchan19-Nov-09 6:21
mveRichard MacCutchan19-Nov-09 6:21 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Luc Pattyn19-Nov-09 1:36
sitebuilderLuc Pattyn19-Nov-09 1:36 
AnswerRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Mycroft Holmes19-Nov-09 2:19
professionalMycroft Holmes19-Nov-09 2:19 
Your problem is that you are storing your dates as strings. THIS IS WRONG AND VERY STUPID. This is error number 1 when a newbie starts working with dates. You should IMMEDIATELY go back and change your date storeage and manipulation from string to datetime.

Dates are subject to the computers cultureinfo, this means if the user has not changed the culture of the computer from the default american format (stupid friggin mm/dd/yyyy yank format) your 18 is being read as a MONTH, If it was a datetime format you would not have this problem.

Never underestimate the power of human stupidity
RAH

GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Johnkokk19-Nov-09 4:42
Johnkokk19-Nov-09 4:42 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Richard MacCutchan19-Nov-09 6:20
mveRichard MacCutchan19-Nov-09 6:20 
GeneralRe: Conversion from string "18/8/2009" to type Date is not valid... Pin
Mycroft Holmes19-Nov-09 11:41
professionalMycroft Holmes19-Nov-09 11:41 
QuestionRead sms from any gsm mobile Pin
sanjay.gujarkar18-Nov-09 18:11
sanjay.gujarkar18-Nov-09 18:11 
AnswerRe: Read sms from any gsm mobile Pin
Ashfield19-Nov-09 1:35
Ashfield19-Nov-09 1:35 
QuestionRe..............SMS Send Pin
sanjay.gujarkar18-Nov-09 18:09
sanjay.gujarkar18-Nov-09 18:09 
AnswerRe: Re..............SMS Send Pin
Ashfield19-Nov-09 1:34
Ashfield19-Nov-09 1:34 
QuestionPreventing SecurityException when deploying application using Office PIA Pin
User 1278218-Nov-09 16:50
User 1278218-Nov-09 16:50 
RantSqlParameterCollection (ADO.NET) Pin
dojohansen18-Nov-09 3:24
dojohansen18-Nov-09 3:24 
GeneralRe: SqlParameterCollection (ADO.NET) Pin
Abhishek Sur18-Nov-09 9:55
professionalAbhishek Sur18-Nov-09 9:55 
QuestionBrowser - autorefresh - background render - c#.net Pin
DirkVDW17-Nov-09 23:56
DirkVDW17-Nov-09 23:56 
AnswerRe: Browser - autorefresh - background render - c#.net Pin
Simon P Stevens18-Nov-09 1:18
Simon P Stevens18-Nov-09 1:18 
GeneralRe: Browser - autorefresh - background render - c#.net Pin
DirkVDW20-Nov-09 4:17
DirkVDW20-Nov-09 4:17 
QuestionHow to emebed a html file in another html file Pin
Member 305788717-Nov-09 23:19
Member 305788717-Nov-09 23:19 
AnswerRe: How to emebed a html file in another html file Pin
Simon P Stevens18-Nov-09 1:12
Simon P Stevens18-Nov-09 1:12 
GeneralRe: How to emebed a html file in another html file Pin
The Man from U.N.C.L.E.18-Nov-09 2:52
The Man from U.N.C.L.E.18-Nov-09 2:52 
GeneralRe: How to emebed a html file in another html file Pin
Simon P Stevens18-Nov-09 4:55
Simon P Stevens18-Nov-09 4:55 

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.