I have read the other posts but nothing seems to fix my problem.
My Templater Weekly Note shows Invalid Date.
My Calendar setting is Locale default (Sunday). My Calendar Override locale: is set to Same as system (en-us).
My Weekly Periodic Notes format is set to YYYY/gggg-[W]ww.
TPL Weekly Note is set to:
<%“—”%>
year: <% moment(tp.file.title, “YYYY-[W]WW”).format(“gggg”) %>
quarter: <% moment(tp.file.title, “YYYY-[W]WW”).format(“Q”) %>
month: <% moment(tp.file.title, “YYYY-[W]WW”).format(“MM”) %>
week: <% moment(tp.file.title, “YYYY-[W]WW”).format(“WW”) %>
How do I fix the Invalid Date? Thankful for any help I can get.