hello
I have column containing DateTime data. The text is formted in DataGridViewStyle to be ddmmyyyy. I need to have the same formating when i try to get the value of the cell, but then i get the format dd/mm/yyyy hh:mm
s AM/PM
How do i keep data formating? Is there a way to get the data in the style i give in DataGridViewStyle?
Thanks