We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45013fa + 98c39b5 commit 1b0dedbCopy full SHA for 1b0dedb
core/src/main/java/com/dtstack/flink/sql/util/DateUtil.java
@@ -33,8 +33,8 @@
33
34
35
/**
36
- *
37
- * Reason: TODO ADD REASON(可选)
+ *
+ * 日期工具
38
* Date: 2017年03月10日 下午1:16:37
39
* Company: www.dtstack.com
40
* @author sishu.yss
@@ -805,5 +805,5 @@ public static java.sql.Date getDateFromStr(String dateStr) {
805
}
806
return new java.sql.Date(stringToDate(dateStr).getTime());
807
808
-
+
809
0 commit comments