XF 2.1 Change ouput of datepicker

FloV

Well-known member
Hi everybody,

how do i change the output of a datepicker input field. Since i only have a date, it's not possible to work with xf:date.

Is there another way to change the output to dd.mm.YY?

Thanks in advance

Flo
 
As i said, i've ment the output not the input field itself.

Found it out be myself, it's : {{ date(date_from_format('Y-m-d', $date)) }}
 
Top Bottom