How to format date to Spanish July 27, 2020, 11:09:23 PM I've tried --format_date('d-M-Y')-- in "FormatRecordField" but the result is "18-Jan-2020" and I need 18-Ene-2020".Any help is welcome. Thanks Quote Selected
Re: How to format date to Spanish Reply #1 – July 28, 2020, 10:29:12 AM @Ellen here is a solution i found https://stackoverflow.com/questions/22635303/get-day-from-string-in-spanish-php#:~:text=setlocale(LC_ALL%2C%22es_ES%22,%3Eformat(%22l%22)%3B and https://www.php.net/manual/en/function.strftime.php Quote Selected