From 50b63e082cd18aad03b0897078fd1347f02fa798 Mon Sep 17 00:00:00 2001 From: Yanghc Date: Mon, 9 Jan 2023 23:02:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9README=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 743c6fd..0cd6e44 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ print("City list: " + (_cityList == null ? "null" : _cityList.toString())); /// 格式要求 /// year -> yyyy/yy month -> MM/M day -> dd/d /// hour -> HH/H minute -> mm/m second -> ss/s -class DataFormats { +class DateFormats { static String full = "yyyy-MM-dd HH:mm:ss"; static String y_mo_d_h_m = "yyyy-MM-dd HH:mm"; static String y_mo_d = "yyyy-MM-dd";