final Calendar c = Calendar.getInstance(); Toast.makeText(alarm.this, \" \"+c.DAY_OF_MONTH+ \" \" +c.MONTH+ \" \" +c.YEAR ,
Second EDIT: Looks like my issue might be where the date is set from the date picker dialog: // the callback received when the user \"sets\" the date in the dialog
I want to know the current device time format. means 24 hour/ 12 hour format . Plz let me know how can I determine that.
How do I display the current date and time in an Android开发者_StackOverflow社区 application?Okay, not that hard as there are several methods to do this. I assume you want to put the current date &