Home All Groups Group Topic Archive Search About

parsing date string

Author
14 Jan 2005 6:41 AM
BabyEmperor
HI,

I also had a problem with datetime. Searched a lot on the net. Read through
a lot of articles. But, none was of any help.

At Last i found an MSDN article which explains the datetime class. it solved
my  problem. its a very good article.

The link of this article is
http://msdn.microsoft.com/netframework/programming/bcl/faq/DateAndTimeFAQ.aspx.

After going through the article i found that the best way is the following :

Date.Today.ToString( System.Globalization.CultureInfo.InvariantCulture )

Hope it solves all of your problems and help you in understanding the
DateTime class.

Author
14 Jan 2005 11:38 AM
Herfried K. Wagner [MVP]
Show quote
"BabyEmperor" <BabyEmpe***@discussions.microsoft.com> schrieb:
> I also had a problem with datetime. Searched a lot on the net. Read
> through
> a lot of articles. But, none was of any help.
>
> At Last i found an MSDN article which explains the datetime class. it
> solved
> my  problem. its a very good article.
>
> The link of this article is
> http://msdn.microsoft.com/netframework/programming/bcl/faq/DateAndTimeFAQ.aspx.
>
> After going through the article i found that the best way is the following
> :
>
> Date.Today.ToString( System.Globalization.CultureInfo.InvariantCulture )
>
> Hope it solves all of your problems and help you in understanding the
> DateTime class.

Whose problem?

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>

AddThis Social Bookmark Button