soufiane.dev Posted May 22, 2011 Share Posted May 22, 2011 Salut, Je veux afficher la date courant dans une notification au status bar Merci Link to comment Share on other sites More sharing options...
frozenscar Posted May 23, 2011 Share Posted May 23, 2011 Salut, Voila comment récuperer la date apres pour l'afficher regarde sur le net tu as plein de methodes. private Calendar c = Calendar.getInstance(); month = c.get(Calendar.MONTH); // Mois de 0 a 11 monthday = c.get(Calendar.DAY_OF_MONTH); // jour du mois day = c.get(Calendar.DAY_OF_WEEK); // jour de la semaine year = c.get(Calendar.YEAR); // annee a+ Link to comment Share on other sites More sharing options...
soufiane.dev Posted May 24, 2011 Author Share Posted May 24, 2011 Merciii bcp Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.