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

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -