You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
317 B
Java
14 lines
317 B
Java
package shuju;
|
|
|
|
import com.engine.common.util.DateUtil;
|
|
import com.google.common.collect.Lists;
|
|
|
|
import java.util.List;
|
|
import java.util.Map;
|
|
|
|
public class Test {
|
|
public static void main(String[] args) {
|
|
System.out.println(DateUtil.getBetWeenMinutes("2024-04-10 09:06:00","2024-04-10 18:04:00"));
|
|
}
|
|
}
|