How to use DateTimePicker in c#>net

-  drag and drop the datetimepicker contro form the tool box.


// To show the what date is selected by user in datetimepicker control.

            DateTime dt = dateTimePicker1.Value;

            MessageBox.Show(dt.ToString());


--
/\/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.