Sadique Rahim

Results 1 comments of Sadique Rahim

Try this Code in Get Current Date CODE: SimpleDateFormat formatter = new SimpleDateFormat("dd/MM/yyyy"); Date date = new Date(); Toast.makeText(this, formatter.format(date), Toast.LENGTH_SHORT).show(); And if you want to show a date selected...