This topic is locked

Time Format HH.mm

11/4/2009 1:32:55 PM
ASPRunnerPro General questions
A
Asterix4you author

In my application I have a list view with a Time field. This is displayed always as h:m:s How can I change it to not display the seconds?

Sergey Kornilov admin 11/4/2009

You can use 'View as' type 'Custom' and the following code:

value = FormatDateTime(value, 4)