Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: problem with time field in MySQL Pin
Midnight Ahri13-Sep-13 14:02
Midnight Ahri13-Sep-13 14:02 
AnswerRe: problem with time field in MySQL Pin
Richard MacCutchan13-Sep-13 22:32
mveRichard MacCutchan13-Sep-13 22:32 
GeneralRe: problem with time field in MySQL Pin
Jassim Rahma14-Sep-13 10:15
Jassim Rahma14-Sep-13 10:15 
GeneralRe: problem with time field in MySQL Pin
Jassim Rahma14-Sep-13 10:28
Jassim Rahma14-Sep-13 10:28 
GeneralRe: problem with time field in MySQL Pin
Richard MacCutchan14-Sep-13 21:05
mveRichard MacCutchan14-Sep-13 21:05 
AnswerRe: problem with time field in MySQL Pin
Richard Deeming16-Sep-13 2:12
mveRichard Deeming16-Sep-13 2:12 
QuestionOpera and Safari Url listeners Pin
Túlio Cruz13-Sep-13 8:15
Túlio Cruz13-Sep-13 8:15 
AnswerRe: Opera and Safari Url listeners Pin
Dave Kreskowiak13-Sep-13 9:53
mveDave Kreskowiak13-Sep-13 9:53 
GeneralRe: Opera and Safari Url listeners Pin
Richard Andrew x6413-Sep-13 16:44
professionalRichard Andrew x6413-Sep-13 16:44 
GeneralRe: Opera and Safari Url listeners Pin
Dave Kreskowiak14-Sep-13 4:05
mveDave Kreskowiak14-Sep-13 4:05 
QuestionDesign Pattern Pin
Ankit Mishra12-Sep-13 23:44
Ankit Mishra12-Sep-13 23:44 
AnswerRe: Design Pattern Pin
Richard MacCutchan12-Sep-13 23:55
mveRichard MacCutchan12-Sep-13 23:55 
AnswerRe: Design Pattern Pin
Richard Deeming13-Sep-13 1:11
mveRichard Deeming13-Sep-13 1:11 
AnswerRe: Design Pattern Pin
Abhinav S13-Sep-13 17:25
Abhinav S13-Sep-13 17:25 
AnswerRe: Design Pattern Pin
Jani Giannoudis13-Sep-13 19:07
Jani Giannoudis13-Sep-13 19:07 
AnswerRe: Design Pattern Pin
Slacker00714-Sep-13 13:45
professionalSlacker00714-Sep-13 13:45 
QuestionCointegration code for C# - not Silverlight Pin
lordoftrades12-Sep-13 22:40
lordoftrades12-Sep-13 22:40 
AnswerRe: Cointegration code for C# - not Silverlight Pin
Pete O'Hanlon13-Sep-13 1:10
mvePete O'Hanlon13-Sep-13 1:10 
GeneralRe: Cointegration code for C# - not Silverlight Pin
lordoftrades15-Sep-13 22:16
lordoftrades15-Sep-13 22:16 
GeneralRe: Cointegration code for C# - not Silverlight Pin
Pete O'Hanlon15-Sep-13 22:40
mvePete O'Hanlon15-Sep-13 22:40 
QuestionHow to generate barcode and qrcode dynamically? Pin
Sahyadri3112-Sep-13 20:51
Sahyadri3112-Sep-13 20:51 
AnswerRe: How to generate barcode and qrcode dynamically? Pin
Richard MacCutchan12-Sep-13 21:54
mveRichard MacCutchan12-Sep-13 21:54 
AnswerRe: How to generate barcode and qrcode dynamically? Pin
AngloThaiSolutions7-Oct-13 4:17
AngloThaiSolutions7-Oct-13 4:17 
QuestionConverting a date format Pin
MarkB12312-Sep-13 2:10
MarkB12312-Sep-13 2:10 
Hi,
I have date data supplied as a string in the following format...
"Mon Sep 9 00:00:00 UTC 0100 2013".
Firstly, what is this format?
Secondly, how can I use C# to convert it and stire it in a DateTime variable?
I've tried...
DateTime dt = Convert.ToDateTime("Mon Sep 9 00:00:00 UTC 0100 2013"); but this blows up Frown | :(

Many Thanks.
AnswerRe: Converting a date format Pin
MarkB12312-Sep-13 2:30
MarkB12312-Sep-13 2:30 

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.