Advertisement
Guest User

RPZ NELSON

a guest
Sep 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.  
  2.         GregorianCalendar start = new GregorianCalendar(newanneee,newmois,newjour);
  3.         GregorianCalendar stop = new GregorianCalendar(); //aujourd'hui
  4.        
  5.         int years = stop.get(stop.YEAR) - start.get(Calendar.YEAR);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement