12-05-2018, 07:46 PM
I am using the following for confirmation of appointments:
Gives something like this:
That is German date structure but English vocabulary.
I would like to keep the long month names.
But they are displayed in English language.
Is there a way to change the localization?
PHP Code:
$(general : (__WorkflowFunction__) format_date($date_start,'d. F Y') )
Gives something like this:
Quote:08. January 2019
That is German date structure but English vocabulary.
I would like to keep the long month names.
But they are displayed in English language.
Is there a way to change the localization?