There are two methods for getting date details (day,month,year,time) from the date time field.
1) Using SubString and StringReplace function
Step 1 : Create a form with DateTimePicker control, 4 Text-boxes ,1 hidden control ,1 button as shown in the figure 1. ...
Read More