Click here to Skip to main content
15,914,221 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating Guid Pin
BobJanova16-Oct-11 22:37
BobJanova16-Oct-11 22:37 
GeneralRe: Creating Guid Pin
Member 827944516-Oct-11 22:42
Member 827944516-Oct-11 22:42 
GeneralRe: Creating Guid Pin
BobJanova17-Oct-11 5:23
BobJanova17-Oct-11 5:23 
GeneralRe: Creating Guid Pin
Mycroft Holmes16-Oct-11 20:45
professionalMycroft Holmes16-Oct-11 20:45 
GeneralRe: Creating Guid Pin
Member 827944516-Oct-11 20:51
Member 827944516-Oct-11 20:51 
QuestionConverting strings to datetime Pin
CCodeNewbie16-Oct-11 1:29
CCodeNewbie16-Oct-11 1:29 
AnswerRe: Converting strings to datetime Pin
Dan Mos16-Oct-11 1:36
Dan Mos16-Oct-11 1:36 
GeneralRe: Converting strings to datetime Pin
CCodeNewbie16-Oct-11 1:42
CCodeNewbie16-Oct-11 1:42 
Hi Dan,

I had tried something similar...
C#
DateTime nDate;
bool b = DateTime.TryParse(oDate, out nDate);
{
    Console.WriteLine(nDate);
}

but the dates are converted to 01/01/0001.

I am currently thinking I need to format oDate first...
GeneralRe: Converting strings to datetime Pin
Richard MacCutchan16-Oct-11 1:45
mveRichard MacCutchan16-Oct-11 1:45 
GeneralRe: Converting strings to datetime Pin
CCodeNewbie16-Oct-11 1:58
CCodeNewbie16-Oct-11 1:58 
GeneralRe: Converting strings to datetime Pin
Richard MacCutchan16-Oct-11 2:40
mveRichard MacCutchan16-Oct-11 2:40 
AnswerRe: Converting strings to datetime Pin
Dan Mos16-Oct-11 1:58
Dan Mos16-Oct-11 1:58 
AnswerRe: Converting strings to datetime Pin
Abhinav S16-Oct-11 2:17
Abhinav S16-Oct-11 2:17 
AnswerRe: Converting strings to datetime Pin
Luc Pattyn16-Oct-11 8:48
sitebuilderLuc Pattyn16-Oct-11 8:48 
AnswerRe: Converting strings to datetime Pin
André Kraak16-Oct-11 2:35
André Kraak16-Oct-11 2:35 
GeneralRe: Converting strings to datetime Pin
OriginalGriff16-Oct-11 2:37
mveOriginalGriff16-Oct-11 2:37 
GeneralRe: Converting strings to datetime Pin
Richard MacCutchan16-Oct-11 2:41
mveRichard MacCutchan16-Oct-11 2:41 
GeneralRe: Converting strings to datetime Pin
OriginalGriff16-Oct-11 2:56
mveOriginalGriff16-Oct-11 2:56 
GeneralRe: Converting strings to datetime Pin
Richard MacCutchan16-Oct-11 3:03
mveRichard MacCutchan16-Oct-11 3:03 
GeneralRe: Converting strings to datetime Pin
CCodeNewbie16-Oct-11 2:41
CCodeNewbie16-Oct-11 2:41 
GeneralRe: Converting strings to datetime Pin
André Kraak16-Oct-11 2:46
André Kraak16-Oct-11 2:46 
AnswerRe: Converting strings to datetime Pin
OriginalGriff16-Oct-11 2:36
mveOriginalGriff16-Oct-11 2:36 
AnswerRe: Converting strings to datetime - 1000 pts to Griff Pin
CCodeNewbie16-Oct-11 2:56
CCodeNewbie16-Oct-11 2:56 
AnswerRe: Converting strings to datetime Pin
jschell16-Oct-11 9:33
jschell16-Oct-11 9:33 
GeneralRe: Converting strings to datetime Pin
BobJanova16-Oct-11 22:40
BobJanova16-Oct-11 22:40 

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.