I import an excel file into a DataGridView, one of the columns in the excel file is named DATETIME and contains both the date and time, I need to separate the date from the time how can i actually do this
I've tried something but it just gives either the date only or the time only, but I needed it both separately.
Any help on this?