SteveInBeloit
Well-known member
- Joined
- May 22, 2006
- Messages
- 132
- Programming Experience
- 10+
Hello,
I have a column in a DataGridView thats source is from a DateTime column on the database.
I want the users to see : mm/dd hh:mm am (actually am or pm)
I want them to be able to edit this column using the same format.
I am having a little trouble getting this to work. I have been trying the Format function, but I must not be putting it in the right place or something.
Thanks
I have a column in a DataGridView thats source is from a DateTime column on the database.
I want the users to see : mm/dd hh:mm am (actually am or pm)
I want them to be able to edit this column using the same format.
I am having a little trouble getting this to work. I have been trying the Format function, but I must not be putting it in the right place or something.
Thanks