Commit a3fccba5 authored by jmu's avatar jmu
Browse files

add datetime feature

(cherry picked from commit dc40a5d)
parent 46227d5b
...@@ -17,7 +17,7 @@ public class Tool { ...@@ -17,7 +17,7 @@ public class Tool {
public static Date[] parseDataRange(String str) { public static Date[] parseDataRange(String str) {
//查询范围 //查询范围
String[] arrays = str.split(""); String[] arrays = str.split("");
Date min = parseDate(arrays[0]); Date min = parseDate(arrays[0]);
Date max = parseDate(arrays[1]); Date max = parseDate(arrays[1]);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment