- DataTable dt = new datatable();
- List
list = new List (dt1.Select());
data table to list
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.
Mangesh GPosted Dec 12, 2016, 2:43 AM
Dinesh SanthalingamPosted Dec 12, 2016, 4:37 AM
Mangesh Gaherwar
Prakash KumarPosted Dec 12, 2016, 3:56 AM