Change what the date and time formats show up as across the app. Specifically for my current usecase, it’s for setting up the daily notes to follow the journalling format I like, which would come with both variables displayed already.
Things I have tried
Going into the templates tab in settings, and adjusting the variables in the format boxes until the example indicator matched my desired format. This worked in the settings menu, but did not follow into the actual program. I at least figured out how to adjust the date specifically in the daily notes settings, but anywhere I tried to put the code for the date and time format outside of what that specifically controls, it just showed as the default for the program. Any thoughts?
This is not what I meant, though thank you for advice on that specifically, because I also wouldn’t have figured that out.
I mean if I put “{{date}}” or “{{time}}”, it claims that it will display the way I chose in the template settings, but it doesn’t. It displays the default, as if I hadn’t changed any settings
Hey I had the exact same issue as @UltimateWhovian your last comment about “how are you applying the template” revealed something interesting to me. I am using the Template for my Daily Notes so within Core Plugins → Daily Notes → Template file location I have my template assigned.
When I create a new Daily Note I assume the Date/Time Format of Templates should be assigned, however it is not. Within the same file if I do Templates: Insert template the template is assigned correctly, with the proper Date/Time Formatting.
I think the error stems from Daily Notes not respecting Templates default values for Date/Time Formatting.
I was able to fix this myself by using format strings.
So instead of plain {{date}} and hoping the Templates Format would apply. I instead add the full formated version like {{date:dddd, DD.MM.YYYY}} to my template.