I have a datetime field that although I can set the custom datetime format to 24 hours I need to create a formula to show the datetime as a 24 hour value instead of using the custom format option. For example in sql server the data returns mm/dd/yyyy hh:mm:ss am or pm. I need help creating a formula so this datetime field returns 07/31/2007 22:55 NOT 07/31/2007 10:55 PM.