ItemTree.Items.Item[0].Text := FormatDateTime('ddddd', d) + ' ' + '00:00:00' displays"25/3/2013'
, and the column is centred, so it looks really bad.
The type of the column is Date & Time.
How can I ensure the time part is displayed and still be able to convert the cell to datetime using strtodatetime and still be able to sort on the column assuming date & time?
Thanks,
Raymond.
Comments