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.