Please help
i want to substring a date value i.e (27/10/04 13:00) from sql to just give me the time in a cell in the infragistics i.e 13:00
how do i go about this
many thanks
allanmc
Hi,
take a look at band.Columns["TheTime"].Format = "<string to format>";
In the NetAdvantage Help you will find the the possibillities for the Format Strings. Search for "Format Strings".
Maybe this will help.
Kind regards,
Ralf