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

15
.trash/2024-07-16-화.md Normal file
View File

@@ -0,0 +1,15 @@
<%*
const currentMoment = moment(tp.file.title, "YYYY-MM-DD(dddd)");
const 일 = 0;
const 월 = 1;
const 화 = 2;
const 수 = 3;
const 목 = 4;
const 금 = 5;
const 토 = 6;
const currentfirstday = moment(tp.file.title, "YYYY-MM-DD(dddd)").startOf("month").format("YYYY-MM-DD(dddd)");
tR += currentMoment.format('dd') ;
tR += currentfirstday.format('dd') ;
return (((weekDay - 1) + currentDate) / 7) + 1;
}
%>