|
@@ -1038,12 +1038,12 @@ public class CustomFunction {
|
|
|
.toEpochMilli();
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
+/* public static void main(String[] args) {
|
|
|
List<Object> l1 = Arrays.asList("16:00","2023年6月29日 16:10:31","2023年6月29日 16:09");
|
|
|
List<Object> l2 = Arrays.asList("2023年6月29日16:50");
|
|
|
System.out.println(minutesPassed(l1,l2));
|
|
|
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
public static Object k2d(Object k) {
|
|
|
Matcher mt = RegexUtils.matcher("[A-Z]*(\\d*)\\+([\\d|\\.]*)", k.toString());
|