Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
a3fccba5
Commit
a3fccba5
authored
May 06, 2018
by
jmu
Browse files
add datetime feature
(cherry picked from commit dc40a5d)
parent
46227d5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/java/com/ibeetl/admin/core/util/Tool.java
View file @
a3fccba5
...
@@ -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
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment