|
-
Jul 25th, 2009, 11:45 AM
#1
Thread Starter
Addicted Member
DataGridView format to short time
Hi All.
My stored procedure covert two integer column Hours and Minutes to varchar data type and after concatenation the result looks like HH:MM (1:05).
In DGV form I have problem to display same values. The EmpTime column is dispay time like (1:5). The column's coding is:
Me.DataGridView.Columns("EmpTime").DefaultCellStyle.Format = "HH:mm".
How to fix that problem.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|