You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
multisite with italian locale
try to output some data in may with filter | date('F) - eg {{entry.postDate|date('F')}}
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
The text was updated successfully, but these errors were encountered:
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
Additional info
The text was updated successfully, but these errors were encountered: