If the date ('date') is used in a multitV Config, the input field (date picker) is available for selection in the document.
The date selected there is called up in the multiTV
& rowTpl = '@ CODE: <div> ((date)) </div>'
Output is in the following form: day-month-year h: m: s
How can this output be formatted?
For example, to display the date only: day.month.year
If the date ('date') is used in a multitV Config, the input field (date picker) is available for selection in the document. The date selected there is called up in the multiTV
& rowTpl = '@ CODE: <div> ((date)) </div>'
Output is in the following form: day-month-year h: m: s
How can this output be formatted? For example, to display the date only: day.month.year
Help on this point would be great