Page 1 of 1

formbrowser record-date is not like the locale

Posted: Sun Mar 15, 2020 6:08 pm
by janvl
What do i have to set in order to get the record-date of a record in formbrowser in the language of the site.

I used
setlocale (LC_TIME, 'nl_NL.UTF8');
in the template but even that does not help.

Anyone an idea?

Regards,
Jan

Re: formbrowser record-date is not like the locale [solved]

Posted: Thu Mar 19, 2020 12:44 pm
by janvl
I changed the formbrowser template
from
{$entry->submitted}
in
{$entry->submitted|date_format:"%e %B %Y"}
that did the trick.

regards,
Jan