Last Sync: 2026-01-08 23:40 (Mobile)
This commit is contained in:
39
inbox/2024-06-28.md
Normal file
39
inbox/2024-06-28.md
Normal 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)
|
||||
%>
|
||||
Reference in New Issue
Block a user