Hello everyone,
So I would like to generate a HTML report by using "HTML Report Generator".
For the final product, I would like to generate the report with the "current time" on the HTML page.
This is what I write in the text editor:
KE Indoor run on @DateTimeFormat(@DateTimeNow(local),ISO)
The output is:
KE Indoor run on 2022-01-18T16:58:52.1754106+08:00
However, this is what I want for the result:
KE Indoor run on 2022-01-18 16:58:52
May I ask how can I fix the problem?
Thank you in advance.