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 Craft 3 multi-site installation with sites that use different languages. When using live preview, date fields are outputting correctly for American English language sites, but not for sites that use other languages. For example, if a date field is set to "10/2/2018" it outputs correctly in the live preview for American English language sites as October 2, 2018, but for a German site it outputs as February 10, 2018 (presumably because European language sites read dates as day/month/year instead of month/day/year). The field does output correctly on the German version of the front end of the site, just not in live preview mode.
Steps to reproduce
Create a multi-site installation with at least one site that uses a language other than American English.
Create an entry with a date field.
Add a date to the date field in the entry, then use live preview to view the date on the non-American English version of the site.
Additional info
Craft version: Craft Pro 3.0.34
PHP version: 7.2.12
Database driver & version: MySQL 5.7.21
The text was updated successfully, but these errors were encountered:
Description
I have a Craft 3 multi-site installation with sites that use different languages. When using live preview, date fields are outputting correctly for American English language sites, but not for sites that use other languages. For example, if a date field is set to "10/2/2018" it outputs correctly in the live preview for American English language sites as October 2, 2018, but for a German site it outputs as February 10, 2018 (presumably because European language sites read dates as day/month/year instead of month/day/year). The field does output correctly on the German version of the front end of the site, just not in live preview mode.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: