}
public ArrayList<Streaming> filmLoue(){
ArrayList<Streaming> l = new ArrayList<Streaming>();
MysqlGestionVente dbVente = new MysqlGestionVente();
ArrayList<String[]> locations = dbVente.filmLoueUtilisateur(user);
miseAjourDate();
for(String[] loc : locations){
//loc = {idFilm, date}
long dateLoc = Long.parseLong(loc[1]);
//48*60*60*1000 : 48h en ms