Microsoft
Software
Hardware
Network
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
Popup details on mouse hover using Jquery
Worldspan - calling worldspan web service
How to re-write code using strings to Delphi 2010
What are some good guides on designing and building video games
Cisco ASA CSC setup
How can I uninstall a corrupt broadcom driver?
Operator '=' is not defined for type 'DBNull' and type 'Integer' - how to fix
cant pass list
QOS And routing behind a bridged device on Cisco 2800 series router
riddle vb.net calling unmanaged c++ dll