(I’m not sure which tag would be applicable here, so I haven’t added any.)
What I’m trying to do
I have a vault where I keep data on my characters I’ve designed. I want each character’s page to have a “birthday” using properties in frontmatter, but not all of my characters have birth years yet, just months and days.
I want to be able to format the date as MM-DD in just the birthday property, while keeping MM-DD-YYYY for the rest of my vault.
Things I have tried
I have tried using the “date” format, but it automatically adds a year.
As a madeshift solution, I am just using the Text property type instead of Date and typing the Date (e.g. January 20) manually.