liamcain / obsidian-calendar-plugin

Simple calendar widget for Obsidian.
MIT License
1.58k stars 134 forks source link

Day opens in wrong YEAR #351

Open RonnyPfannschmidt opened 7 months ago

RonnyPfannschmidt commented 7 months ago

Before Submitting: Double-check that you are running the latest version of the plugin. The bug might have already been fixed 😄

Describe the bug

i use daily notes in the form GGGG/GGGG-[W]WW/GGGG-MM-DD

in cases where the prior year doesn't exist, it seems to work correct

Steps to reproduce

Expected behavior

Screenshots

If applicable, add screenshots to help explain your problem.

Environment (please specify)

huntekah commented 6 months ago

Hey, I just wanted to add my 2 cents, I see same issue here. Clicking on 1'st Mar in callendar opens 1'st Dec from previous year, same with any 2024 march date - it opens the one from december 2023. Tested both with date format YYYY/MM MMM/DD ddd and YYY/MM MMM/DD.

MikaelaLovett commented 1 month ago

I have the same issue and I'm still new to plugins, any help would be greatly appreciated :// Edit: Never mind, I figured it out by changing the format to YYYY/MM/YYY-MM-DD 🙈

codisfy commented 5 days ago

Edit: Never mind, I figured it out by changing the format to YYYY/MM/YYY-MM-DD 🙈

Worked for me by changing to YYYY/MM/YYYY-MM-DD. Had to update all existing files to follow the format too.