safarijoe2000
Programmer
Hello,
Got a grid(myGrid), which shows fields from a table(myTable). One of these fields is a numeric value(myTable.TotalMinutes).
What I would like to do, is to convert myTable.TotalMinutes into a HH:MM format, so it will be shown on my Grid as that.
Basically, I don't want my Grid to show a field with just minutes, but rather Hours and Minutes.
How could I achieve this?
Any help will be appreciate.
Thanks
Got a grid(myGrid), which shows fields from a table(myTable). One of these fields is a numeric value(myTable.TotalMinutes).
What I would like to do, is to convert myTable.TotalMinutes into a HH:MM format, so it will be shown on my Grid as that.
Basically, I don't want my Grid to show a field with just minutes, but rather Hours and Minutes.
How could I achieve this?
Any help will be appreciate.
Thanks