Hello,
used a Output Modifier to format a date in the following way:
[[+publishedon:strtotime:date=`%b %d, %Y`]] -> Dec 20, 2011
As I want to develop for the German language I was looking for a way to set the language for the 'Date' Output Modifier. ('Dec' should be 'Dez') I couldn't find any.
I know you can edit it in php using the
setlocale() function.
My questions are:
Is there a standard way to set this value right now?
If not can you recommend any temporary solution?
Greetings