extras-evolution / multiTV

Custom TV for Evolution CMS: Transform a template variables into a sortable multi item list for the Evolution content management framework
8 stars 23 forks source link

MultiTV - how to format the date? #70

Open ArnoNymeier opened 3 years ago

ArnoNymeier commented 3 years ago

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