I have the data table had three columns Number ,Name ,Date time in 12 hour format.I want to append the data table to list item and i wish to change the 12 hour format to 24 hour format.How to do this? suggest some ideas.
- DataTable dt = new datatable();
- List<DataRow> list = new List<DataRow>(dt1.Select());