Display date in spanish

4 January, 2022 14:53:54
jdelamaza
Topics: 4
Messages: 14
Hi!!

I have my site configured in es_ES, ans using [e2pdf-format-date format="F"] to display a full month name, but it print the month name in english. Is it possible to display the month name in spanish?
Enero instead of January

Thanks!
4 January, 2022 23:47:23
E2Pdf
Support
Topics: 7
Messages: 3188
Hi,

You need to use built-in WordPress function to output translated month. Try please to modify shortcode wrapper to:

[e2pdf-format-date format="F" function="wp_date"]

or

[e2pdf-format-date format="F" function="date_i18n"]

* if your website use default language as es_ES.

We remain at your service.
We would really appreciate your feedback at WordPress.org!
5 January, 2022 07:49:57
jdelamaza
Topics: 4
Messages: 14
This worked fine: [e2pdf-format-date format="F" function="wp_date"]
Thanks!!!