Initial push

This commit is contained in:
2019-06-06 18:00:31 +09:00
parent d42abcf3dc
commit 8494af6d6d
9 changed files with 193 additions and 134 deletions

View File

@ -94,7 +94,7 @@ public class App {
public static int changeDate(String date) {
int formdate = 0;
String sp[] = date.split(" ");
String sp[] = date.split(" ");/*
formdate += Integer.parseInt(sp[2]) * 10000;
formdate += Integer.parseInt(sp[0]);
@ -147,7 +147,7 @@ public class App {
formdate += 1200;
break;
}
}*/
return formdate;