Last Sync: 2026-01-08 23:40 (Mobile)

This commit is contained in:
2026-01-08 23:40:40 +09:00
parent d74ed2985d
commit b7c576d916
813 changed files with 32766 additions and 0 deletions

6
inbox/2024-07-15(월).md Normal file
View File

@@ -0,0 +1,6 @@
**올해 남은 일: <%*
let edate = moment("12-31", "MM-DD");
let from = moment().startOf('day');
edate.diff(from, "days") >= 0 ? edate.diff(from, "days") == 0 ? tR += "오늘입니다!" : tR += edate.diff(from, "days") : tR += edate.add(1, "year").diff(from, "days") %>