fix Date
This commit is contained in:
parent
44abff730a
commit
f76eb62233
@ -60,7 +60,7 @@ public class Prestito{
|
||||
start=sdf.parse(sc.nextLine());
|
||||
}
|
||||
catch(ParseException exception){
|
||||
start=new Date();
|
||||
start=new Date(0);
|
||||
}
|
||||
if(!sc.hasNextLine()) return null;
|
||||
try{
|
||||
|
@ -22,12 +22,12 @@ Raffaele
|
||||
Mignone
|
||||
LB03
|
||||
20/01/2017
|
||||
00/00/0000
|
||||
0
|
||||
Noemi
|
||||
Mincolelli
|
||||
LB04
|
||||
24/01/2017
|
||||
00/00/0000
|
||||
0
|
||||
Noemi
|
||||
Mincolelli
|
||||
LB05
|
||||
|
Loading…
Reference in New Issue
Block a user