print date in format d-m-Y as text

thewelt 06 Jul, 2018
Hi,

At the top of a form I want to print "latest update" and then followed by a date (read from a DB) in the following format: d-m-Y.

Is that possible and if so, what do I have to do ?

Thanks in advance

Cheers,
Bart Weltens
Belgium
healyhatman 07 Jul, 2018
Answer
{date:d-m-Y$(var:read_data1.model.date)}
thewelt 07 Jul, 2018
Works fine.
Thank you !
This topic is locked and no more replies can be posted.