The meetings entity has meeting 'startdate' and 'enddate' fields, and the duration of meeting is calculated and stored in the 'duration' field.
I created a PDF template to export the meeting details into a pdf file, and everything worked perfectly except the duration.
Duration is displayed in hours gets exported to seconds in the PDF file, I have attached the screenshot.
{{duration}} is fetching 3,600
{{duration_RAW}} is fetching 3600
How is possible to display the duration in hours instead of seconds?
Thanks in Advance
I created a PDF template to export the meeting details into a pdf file, and everything worked perfectly except the duration.
Duration is displayed in hours gets exported to seconds in the PDF file, I have attached the screenshot.
{{duration}} is fetching 3,600
{{duration_RAW}} is fetching 3600
How is possible to display the duration in hours instead of seconds?
Thanks in Advance
Comment