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

39
inbox/2024-06-28.md Normal file
View File

@@ -0,0 +1,39 @@
// Date now
2024-06-28
// Date now with format
28일 6월 2024
// Last week
2024-06-21
// Next week
2024-07-05
// Last month
2024-05-28
// Next year
2025-06-28
// File's title date + 1 day (tomorrow)
2024-06-29
// File's title date - 1 day (yesterday)
2024-06-27
// Date tomorrow
2024-06-29
// Date tomorrow with format
29일 6월 2024
// This week's Monday
2024-06-24
// Next Monday
2024-07-01
// File's title Monday
2024-06-24
// File's title previous Monday
2024-06-17
// Date yesterday
2024-06-27
// Date yesterday with format
27일 6월 2024
<%
moment().weekday(1)
%>