Question : How to set the time format in a Web Intelligence document

I would appreciate instructions on how to display the CurrentTime() value in the 24-hour clock format?

Presently the CurrentTime() value looks like this in my webi report :  2:26:25 PM GMT-04:00

Instead of that, I want it displayed in the 24-hour clock format like this  :  14:26

Thank you for your assistance.

Answer : How to set the time format in a Web Intelligence document

Yes, I found the answer: you can change the date/time format to 24 hour time.
 
     =FormatDate(fieldname; "MM/dd/yyyy HH:mm")
 
The capital HH is for 24-hour time.  Lower-case hh will give you 12-hour time.
Random Solutions  
 
programming4us programming4us