Last Sync: 2026-01-01 23:10 (Mobile)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
**올해 남은 일: <%*
|
||||
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") %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user