How to show todays date and current time in C#.Net

// This will display the todays date and current time....

//////////////          CODE     ////////////////////////

            DateTime dt = DateTime.Now;
            MessageBox.Show(dt.ToString());



//////////////         OUTPUT    ////////////////////////





--
/\/ir@\/  <(.'.)>

Comments

Popular posts from this blog

How to use serial.write() in Arduino.

How to Generate random rows in dataset using c#.net

How to use Format function in Microsoft Dynamics Navision.