The date is not formatted correctly. According to the documentation:
NOTE: All dates are formatted based on your Joplin settings in General > Date Format
But I have my date format set to YYYY-MM-DD, but it still formats new notes as DD/MM/YYYY as described by my language settings which is set to: "English (United Kingdom) 100%"
Alternatively I tried to use the custom date formatting shown in the documentation, but I can't figure out how it works. An example might help. I tried:
{{#YYYY-MM-DDDD}}
d{{/YYYY-MM-DDDD}}}}
{{#YYYY-MM-DDDD}}M
But I just get errors.
The date is not formatted correctly. According to the documentation:
But I have my date format set to YYYY-MM-DD, but it still formats new notes as DD/MM/YYYY as described by my language settings which is set to: "English (United Kingdom) 100%"
Alternatively I tried to use the custom date formatting shown in the documentation, but I can't figure out how it works. An example might help. I tried:
{{#YYYY-MM-DDDD}}d{{/YYYY-MM-DDDD}}}}{{#YYYY-MM-DDDD}}MBut I just get errors.