Home » C#.Net » How to Get today date using C#.Net How to Get today date using C#.Net Nirav Daraniya 19:37 C#.Net // to show the Todays date....///////////// CODE ///////////////// DateTime dt = DateTime.Today; MessageBox.Show(dt.ToString());///////////// OUTPUT ///////////////// -- /\/ir@\/ <(.'.)> Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment
Thanks for comment