Search code examples
crystal-reports

Display Hour and Minutes


I got two fields in my table which is Hour and Minutes. How do I display it to my report that will look like this format HH:MM?


Solution

  • Try this below formula.

    ToText(datetime field, "hh:mm")