Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Wrong formatting of month "May" using {{entry.postDate|date('F')}} #2848

Closed
babau67 opened this issue May 4, 2018 · 1 comment
Closed

Wrong formatting of month "May" using {{entry.postDate|date('F')}} #2848

babau67 opened this issue May 4, 2018 · 1 comment

Comments

@babau67
Copy link

babau67 commented May 4, 2018

Description

I have a multisite in one language (italian) when I use a date format F for full textual representation, it returns correctly all months (eg January -> Gennaio, and so on) but not May that should be Maggio.
For May it returns me "mag" like if I had used the short format M (three letters).

Steps to reproduce

  1. multisite with italian locale
  2. try to output some data in may with filter | date('F) - eg {{entry.postDate|date('F')}}
  3. the output is mag instead maggio

Additional info

  • Craft version: 3.0.5
  • PHP version: 7.0.28
  • Database driver & version: MySQL 5.7.22
  • Plugins & versions: Redactor 2.0.0.1
@brandonkelly
Copy link
Member

brandonkelly commented May 5, 2018

Thanks for pointing that out! Fixed for the next release.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants