Home » C#.Net » How to show todays date and current time in C#.Net How to show todays date and current time in C#.Net Nirav Daraniya 19:40 C#.Net // This will display the todays date and current time....////////////// CODE //////////////////////// DateTime dt = DateTime.Now; MessageBox.Show(dt.ToString());////////////// OUTPUT //////////////////////// -- /\/ir@\/ <(.'.)> Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment
Thanks for comment