T
Timothy V
Hi,
I'll simplify my problem by asking this.
If i have:
string tempS = DateTime.Now.ToString();
DateTime tempDT;
How do i store tempS into tempDT so that tempS = tempDT.ToString().
Thank you very much advance,
Tim.
I'll simplify my problem by asking this.
If i have:
string tempS = DateTime.Now.ToString();
DateTime tempDT;
How do i store tempS into tempDT so that tempS = tempDT.ToString().
Thank you very much advance,
Tim.