ipad commit 2025-12-17-01-15

This commit is contained in:
2025-12-17 01:17:13 +09:00
commit bab5060120
1962 changed files with 216780 additions and 0 deletions

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)
%>