Calendar c = Calendar.getInstance(); SimpleDateFormat sdf = new SimpleDateFormat("MMM dd, yyyy HH:mm:ss a"); String strDate = sdf.format(c.getTime()); Log.d("TAG","DATE : " + strDate);