i18n on --human_date--? March 19, 2022, 04:55:59 PM Is there a possibility to add localization to --human_date-- helper?maybe extend it so we can have it like e.g. I have "27th March 2022", let's say I do this: --human_date("es_ES")--, and as a result I get: "27 de Marzo de 2022"?Thanks in advance Quote Selected
Re: i18n on --human_date--? Reply #1 – March 22, 2022, 03:09:40 PM @ZeroX90 you can modify the function yourself in {Project root}/helpers/Function.php and locate function human_date() { . when you do, you can add the extra and use it in your project. Quote Selected