Skip to content

Commit

Permalink
增加 次日 = 明天
Browse files Browse the repository at this point in the history
  • Loading branch information
du00cs committed Jul 12, 2024
1 parent 9d31df3 commit 99cf89b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Examples extends DimExamples {
// 有一部分在Date中已经定义了
(ymd(2013, 2, 12), List("今天", "今日", "2.12", "02.12")),
(ymd(2013, 2, 11), List("昨天", "昨日")),
(ymd(2013, 2, 13), List("明天", "明日", "次日", "第二天")),
(ymd(2013, 2, 13), List("明天", "明日", "次日")),
(ymd(2013, 2, 14), List("后天", "后日")),
(ymd(2013, 2, 10), List("前天", "前日")),
(ymd(2012, 2, 12), List("去年的今天")),
Expand Down

0 comments on commit 99cf89b

Please sign in to comment.