Formats Parts of Text:
__format('d. M. Y', '##date##')__
with
##date##
is 2021-01-01 will be translated into 01. Jan. 2021.
Formats Parts of Text:
__format('d. M. Y', '##date##')__
with
##date##
is 2021-01-01 will be translated into 01. Jan. 2021.