Page 1 of 1

Report date format

Posted: Wed Feb 21, 2024 11:22 am
by Roberto
Hi, I'd like to know if it's possible to change the Report date format (usually on top left of the report)
for example

from "2024-02-21" to "21-02-2024" or "21 Feb" or others

I think no from program settings, because there I've setted date type to dd-mm-yyyy and in report I still have yyyy-mm-dd, so probably is to work for every report into code

Re: Report date format

Posted: Wed Feb 21, 2024 7:50 pm
by Roberto
An Update: looking in MMEX components I've found in "Resoconti" all reports with wanted date format, meanwhile in "Gestione resoconti" all Reports with unwanted date format. May be because my MMEX is Italian language version and in "Gestione resoconti" all reports are "international".
This tells that in "Gestione resoconti" is possible to change date format but ...how

Re: Report date format

Posted: Thu Feb 22, 2024 6:59 pm
by Roberto
In the HTML model of the report (the code generated by program) there is:

<TMPL_VAR TODAY>

It's to see why this variable take the value in a different format from the specified date format in program settings; in built-in reports (reports not editables) date format is correct