Last Sync: 2026-01-24 12:45 (Mobile)

This commit is contained in:
2026-01-24 12:45:51 +09:00
parent df4394ad97
commit 390ab0e81c
812 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
<%
moment(tp.file.title, "YYYY-MM-DD").startOf("month").format("ddd")
%>
<% tp.date.weekday("YYYY-MM-DD", 4) %>
<%*
const getWeek = (date) => {
const currentDate = date.getDate();
const firstDay = new Date(date.setDate(1)).getDay();
return Math.ceil((currentDate + firstDay) / 7);
};
const week = getWeek(new Date("moment(tp.file.title, "YYYY-MM-DD")"));
console.log(week + "주차");
// 2주차
%>