Chat support is offered when you create a new ticket if there are supporters available to provide it at that time.
Regarding the issue you describe (which is the expected behaviour, dates are output in the format of the current locale), the ACF date field stores the field value in wp_postmeta in the format "yyyymmdd" (e.g. for today that would be "20220713").
When you use the function get_field it returns the formatted value based upon the current locale (and the format you specify in the ACF settings for the field).
Note this has nothing to do with WPML per se, you would see the same if you disabled WPML plugins and changed the site language and checked the results on the front end. For each language the date would be formatted according to the locale.
If you want something different than this standard behaviour you will need some custom code to generate the date in the required format, ignoring the current locale.
You will want to retrieve the unformatted value of the date field (so the $format_value parameter should be set to false: hidden link).
Convert that to a timestamp with strtotime (hidden link).
Then format that without making any allowance for the locale, with the date function (hidden link).
Your code should probably look something like this (not sure if you have the post ID already available):
We use cookies to optimize our website and services. Your consent allows us to process data such as browsing behavior. Not consenting may affect some features.
Functional
Always active
Required for our website to operate and communicate correctly.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
We use these to analyze the statistics of our site. Collected information is completely anonymous.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
These cookies track your browsing to provide ads relevant to you.