Hi, I am working with a simple C # application to display the system date time.
textbox.Text = DateTime.Now.ToString("MM/dd/yyyy");
but it shows the result as: 05-12-2010
What is the problem with this code? or I need to change any place in the regional settings of my car.
Thank you
c # datetime
jestges
source share