Skip Navigation

[Resolved] Date format in spanish

This support ticket is created 8 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 1 voice.

Last updated by francoiseR 8 years, 6 months ago.

Author
Posts
#245914

Hi,

I'm trying to display a date in spanish with this code:

echo types_render_field("fin", array(,'format' => "j \d\e F", "style" => "text"));

I need that the date apears like: "7 de septiembre", but it displays: "7 d september"

What I'm doing wrong?

Thanks a lot

#245915

Sorry I type wrong, it displays "7 d septiembre", the problem is that "e" dessapears

#245924

I found the answer. The correct format is "j \\d\\e F"