New to Obsidian and still overwhelmed. I tried to setup a template for daily notes with the {{date: ddd, DD.MM.YYYY}} tag. Works fine, but for ddd, the English day is used. I have the software set to English, so I get where it is coming from. However, I’d like to have the “ddd” in German, not English. Is there a tag/format to do that?
If I’m not mistaken you either need to change the locale of Obsidian running environment, or possibly use Templater to call moment.js which I believe supports setting the locale when calling the format functions.
Thanks for the pointers. I installed Templater and tried to puzzle something together. However, I have to admit that this is way too sophisticated for me. At the moment.js website, I found an example that using
moment.locale(‘es’);
could set the locale. However, I could not figure out how to put that into the template using Templater.
I’d greatly appreciate any hints or ideas.