java - Get current day Caldroid calendar -


how current day on day click using caldroid calendar in application in string format "dddd mm yy"

is possible?

you try caldroidlistener , date on select

public string currentdate;  final caldroidlistener listener = new caldroidlistener() {          @override         public void onselectdate(date date, view view) {              currentdate = (string) android.text.format.dateformat.format("yyyy-mm-dd", date);         }    ... } 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -