Hi together,
i am not sure aout that - it might not be a ChronoConnectivity Issue but how i am able to print out the {date:} informations in a local form. So our whole page is in German but the date Informations from Chrono are displayed in english.
What i've tried so far:
Added <?php setlocale(LC_ALL, 'de_DE'); date_default_timezone_set('Europe/Zurich'); ?> to the view.
The Date will be loaded like this atm: {date:D, d.M Y$(var:read_games.0.Game.date)} --> this gives us: Sat, 23.Mar 2019
But i will display the Date Informations in the local language (or at least in german like the whole page) what would mean: Sam, 23.Mär 2019
Thanks for your help
i am not sure aout that - it might not be a ChronoConnectivity Issue but how i am able to print out the {date:} informations in a local form. So our whole page is in German but the date Informations from Chrono are displayed in english.
What i've tried so far:
Added <?php setlocale(LC_ALL, 'de_DE'); date_default_timezone_set('Europe/Zurich'); ?> to the view.
The Date will be loaded like this atm: {date:D, d.M Y$(var:read_games.0.Game.date)} --> this gives us: Sat, 23.Mar 2019
But i will display the Date Informations in the local language (or at least in german like the whole page) what would mean: Sam, 23.Mär 2019
Thanks for your help